youtube-dl

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

commit 609af1ae1ce578b0fdd1dd7ec6e56f1272e107f6
parent 4cd759f73d734882b6d74e764abb068e64a99635
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Tue, 17 Nov 2015 17:57:40 +0100

[dplay] Add 'encoding: utf-8' line

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

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