projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f34cdb
)
[YoutubeDL] Remove unused imports
author
Sergey M․
<dstftw@gmail.com>
Thu, 6 Aug 2015 18:08:11 +0000
(
00:08
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 6 Aug 2015 18:08:11 +0000
(
00:08
+0600)
youtube_dl/YoutubeDL.py
patch
|
blob
|
history
diff --git
a/youtube_dl/YoutubeDL.py
b/youtube_dl/YoutubeDL.py
index 079d42ce80743ed900514bd3acd813725c7012ef..cad6b026e81936e1f80cc527cc43c16bd4b9896d 100755
(executable)
--- a/
youtube_dl/YoutubeDL.py
+++ b/
youtube_dl/YoutubeDL.py
@@
-28,7
+28,6
@@
if os.name == 'nt':
import ctypes
from .compat import (
- compat_basestring,
compat_cookiejar,
compat_expanduser,
compat_get_terminal_size,
@@
-40,7
+39,6
@@
from .compat import (
compat_urllib_request,
)
from .utils import (
- escape_url,
ContentTooShortError,
date_from_str,
DateRange,
@@
-51,7
+49,6
@@
from .utils import (
ExtractorError,
format_bytes,
formatSeconds,
- HEADRequest,
locked_file,
make_HTTPS_handler,
MaxDownloadsReached,