commit: 26c0f09935d51cc8837230ad48db08acd3744dd9
parent c15cd296404e164b72fd7f2666d5875f35057d93
Author: Sergey M․ <dstftw@gmail.com>
Date: Wed, 1 Feb 2017 02:15:52 +0700
[vimeo] PEP 8
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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,
)