diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-01 02:15:52 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-01 02:15:52 +0700 |
commit | 26c0f09935d51cc8837230ad48db08acd3744dd9 (patch) | |
tree | 71f0a03fdf2948bf37bc6c9756a7697401b9c986 /youtube_dl/extractor/vimeo.py | |
parent | c15cd296404e164b72fd7f2666d5875f35057d93 (diff) |
[vimeo] PEP 8
Diffstat (limited to 'youtube_dl/extractor/vimeo.py')
-rw-r--r-- | youtube_dl/extractor/vimeo.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 8ba222224..61cc469bf 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -22,13 +22,11 @@ from ..utils import ( smuggle_url, std_headers, try_get, - unified_strdate, unified_timestamp, unsmuggle_url, urlencode_postdata, unescapeHTML, parse_filesize, - try_get, ) |