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
[discovery] remove unused imports
totalwebcasting
remitamine
9 years ago
parent
d00b93d58c
commit
ea7e7fecbd
1 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-6
youtube_dl/extractor/discovery.py
+ 1
- 6
youtube_dl/extractor/discovery.py
View File
@ -1,16 +1,11 @@
from
__future__
import
unicode_literals
import
re
from
.common
import
InfoExtractor
from
..utils
import
(
parse_duration
,
parse_iso8601
,
)
from
..compat
import
(
compat_str
,
compat_urlparse
,
)
from
..compat
import
compat_str
class
DiscoveryIE
(
InfoExtractor
)
:
Write
Preview
Loading…
Cancel
Save