projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a449c
)
[extractors] Add missing twitch imports
author
Sergey M․
<dstftw@gmail.com>
Sat, 17 Dec 2016 16:03:50 +0000
(23:03 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 17 Dec 2016 16:03:50 +0000
(23:03 +0700)
youtube_dl/extractor/extractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/extractors.py
b/youtube_dl/extractor/extractors.py
index af9b7003b8f4832124ca4baff6bd5560baec853c..202b971e075721c52ddde4db9cc7cebcff464de9 100644
(file)
--- a/
youtube_dl/extractor/extractors.py
+++ b/
youtube_dl/extractor/extractors.py
@@
-1001,7
+1001,10
@@
from .twitch import (
TwitchChapterIE,
TwitchVodIE,
TwitchProfileIE,
+ TwitchAllVideosIE,
+ TwitchUploadsIE,
TwitchPastBroadcastsIE,
+ TwitchHighlightsIE,
TwitchStreamIE,
TwitchClipsIE,
)