projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c15cd29
)
[vimeo] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Tue, 31 Jan 2017 19:15:52 +0000
(
02:15
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 31 Jan 2017 19:15:52 +0000
(
02:15
+0700)
youtube_dl/extractor/vimeo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vimeo.py
b/youtube_dl/extractor/vimeo.py
index 8ba222224810ce02d97f319e5c08d806dbf3aafd..61cc469bf27b58bfc70eb8bd036737ec0a4cb66c 100644
(file)
--- 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,
)