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 unusued imports
totalwebcasting
Philipp Hagemeister
11 years ago
parent
77ffa95701
commit
acd213ed6d
2 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
youtube_dl/extractor/appletrailers.py
+0
-1
youtube_dl/extractor/youtube.py
+ 0
- 1
youtube_dl/extractor/appletrailers.py
View File
@ -6,7 +6,6 @@ import json
from
.common
import
InfoExtractor
from
.common
import
InfoExtractor
from
..utils
import
(
from
..utils
import
(
compat_urlparse
,
compat_urlparse
,
determine_ext
,
)
)
+ 0
- 1
youtube_dl/extractor/youtube.py
View File
@ -7,7 +7,6 @@ import itertools
import
json
import
json
import
os.path
import
os.path
import
re
import
re
import
string
import
struct
import
struct
import
traceback
import
traceback
import
zlib
import
zlib
Write
Preview
Loading…
Cancel
Save