youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 93f942099351895c16ef558366f3eab241cd8793
parent 5b61070c700d2460e5aa8ea22f3aa806a2e17dc9
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Thu,  2 Jul 2015 13:13:27 +0800

[pbs] Add coding declaration

Python 2.x does not work without it.

Diffstat:
Myoutube_dl/extractor/pbs.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals import re