Skip to content

Commit

Permalink
[twitch] Rework extractors (closes #12297, closes #20414, closes #20604
Browse files Browse the repository at this point in the history
…, closes #21811, closes #21812, closes #22979, closes #24263, closes #25010, closes #25553, closes #25606)

* Switch to GraphQL.
+ Add support for collections.
+ Add support for clips and collections playlists.
  • Loading branch information
dstftw committed Sep 6, 2020
1 parent f5863a3 commit 841b683
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 251 deletions.
11 changes: 4 additions & 7 deletions youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,14 +1229,11 @@
from .twentythreevideo import TwentyThreeVideoIE
from .twitcasting import TwitCastingIE
from .twitch import (
TwitchVideoIE,
TwitchChapterIE,
TwitchVodIE,
TwitchProfileIE,
TwitchAllVideosIE,
TwitchUploadsIE,
TwitchPastBroadcastsIE,
TwitchHighlightsIE,
TwitchCollectionIE,
TwitchVideosIE,
TwitchVideosClipsIE,
TwitchVideosCollectionsIE,
TwitchStreamIE,
TwitchClipsIE,
)
Expand Down
Loading

0 comments on commit 841b683

Please sign in to comment.