This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Remove unused imports
totalwebcasting
Philipp Hagemeister
11 years ago
parent
7fbf54dc62
commit
246168bd72
3 changed files
with
0 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
youtube_dl/extractor/firedrive.py
+0
-2
youtube_dl/extractor/tenplay.py
+0
-3
youtube_dl/extractor/youtube.py
+ 0
- 1
youtube_dl/extractor/firedrive.py
View File
@ -8,7 +8,6 @@ from ..utils import (
ExtractorError
,
ExtractorError
,
compat_urllib_parse
,
compat_urllib_parse
,
compat_urllib_request
,
compat_urllib_request
,
determine_ext
,
)
)
+ 0
- 2
youtube_dl/extractor/tenplay.py
View File
@ -1,8 +1,6 @@
# coding: utf-8
# coding: utf-8
from
__future__
import
unicode_literals
from
__future__
import
unicode_literals
import
re
from
.common
import
InfoExtractor
from
.common
import
InfoExtractor
+ 0
- 3
youtube_dl/extractor/youtube.py
View File
@ -1,15 +1,12 @@
# coding: utf-8
# coding: utf-8
import
collections
import
errno
import
errno
import
io
import
io
import
itertools
import
itertools
import
json
import
json
import
os.path
import
os.path
import
re
import
re
import
struct
import
traceback
import
traceback
import
zlib
from
.common
import
InfoExtractor
,
SearchInfoExtractor
from
.common
import
InfoExtractor
,
SearchInfoExtractor
from
.subtitles
import
SubtitlesInfoExtractor
from
.subtitles
import
SubtitlesInfoExtractor
Write
Preview
Loading…
Cancel
Save