]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
[vimeo] PEP 8
authorSergey M․ <dstftw@gmail.com>
Tue, 31 Jan 2017 19:15:52 +0000 (02:15 +0700)
committerSergey M․ <dstftw@gmail.com>
Tue, 31 Jan 2017 19:15:52 +0000 (02:15 +0700)
youtube_dl/extractor/vimeo.py

index 8ba222224810ce02d97f319e5c08d806dbf3aafd..61cc469bf27b58bfc70eb8bd036737ec0a4cb66c 100644 (file)
@@ -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,
 )