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
Split 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
,
compat_urllib_parse
,
compat_urllib_request
,
determine_ext
,
)
+ 0
- 2
youtube_dl/extractor/tenplay.py
View File
@ -1,8 +1,6 @@
# coding: utf-8
from
__future__
import
unicode_literals
import
re
from
.common
import
InfoExtractor
+ 0
- 3
youtube_dl/extractor/youtube.py
View File
@ -1,15 +1,12 @@
# coding: utf-8
import
collections
import
errno
import
io
import
itertools
import
json
import
os.path
import
re
import
struct
import
traceback
import
zlib
from
.common
import
InfoExtractor
,
SearchInfoExtractor
from
.subtitles
import
SubtitlesInfoExtractor
Write
Preview
Loading…
Cancel
Save