youtube-dl

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

commit 6c83e583b334226965bdf45583c09dbe8bfe9dab
parent 6aeb64b67358176f6c29965d0d138be75c2ad972
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 19 Jun 2016 13:32:08 +0800

[radiojavan] PEP8

E275 is added in pycodestyle 2.6

See https://github.com/PyCQA/pycodestyle/pull/491

Diffstat:
Myoutube_dl/extractor/radiojavan.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/radiojavan.py b/youtube_dl/extractor/radiojavan.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals import re from .common import InfoExtractor -from ..utils import( +from ..utils import ( unified_strdate, str_to_int, )