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
[toggle] Remove unused imports
totalwebcasting
Sergey M․
9 years ago
parent
f8253af561
commit
c82a8dd14c
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
youtube_dl/extractor/togglesg.py
+ 1
- 5
youtube_dl/extractor/togglesg.py
View File
@ -2,19 +2,15 @@
from
__future__
import
unicode_literals
import
json
import
re
import
itertools
from
.common
import
InfoExtractor
from
..utils
import
(
determine_ext
,
ExtractorError
,
int_or_none
,
determine_ext
,
parse_iso8601
,
remove_end
,
sanitized_Request
,
)
from
..compat
import
compat_urllib_request
class
ToggleSgIE
(
InfoExtractor
)
:
Write
Preview
Loading…
Cancel
Save