Commit Graph
6 Commits
Author SHA1 Message Date
Léo El Amri d28026d934 [twitch] Modified _VALID_URL for TwitchAllVideosIE
Reverted the modification of youtube_dl/extractor/extractors.py since TwitchAllVideosIE now only matches on URLs with filter=all or without any parameters
2019-07-29 19:03:19 +02:00
Léo El Amri ca7e9e1cd1 [twitch.py] Improved _VALID_URL 2019-07-20 20:35:58 +02:00
Léo El Amri a7d44de6da Reverting the removal of TwitchVideoIE and TwitchChapterIE 2019-07-20 20:03:59 +02:00
Léo El Amri 7679c23332 [twitch.py] Modified _VALID_URL of all playlist IEs
Also fixed a bug because of removed TwitchVideoIE and TwitchChapterIE
2019-07-18 15:21:13 +02:00
Léo El Amri cb7a087446 [twitch.py] Removed obsolete IE 2019-07-18 14:52:24 +02:00
Léo El Amri b811749e5b Attempt to fix Twitch extractors for new URLs
Twitch changed its URLs for user's videos lists recently. This commit includes
fixes for "past broadcasts", "hightlights" and "uploads".
2019-07-17 02:14:40 +02:00