logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 4fe8495a23271e164a1ce618682d50f927adc075
parent a16f6643f0350b52a8940073b81f86f53b7e3001
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 30 Jan 2015 02:13:37 +0100

[viddler] PEP8

Diffstat:

Myoutube_dl/extractor/viddler.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/viddler.py b/youtube_dl/extractor/viddler.py @@ -6,7 +6,7 @@ from ..utils import ( int_or_none, ) from ..compat import ( - compat_urllib_request + compat_urllib_request )