Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
2 deletions
-
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, |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|