From 97483c2ff1ea80ed39ca4bb7c604aa137928a87c Mon Sep 17 00:00:00 2001 From: Michael Tilbury Date: Sun, 14 Apr 2019 13:50:10 -0400 Subject: [PATCH] Add test for collection url --- youtube_dl/extractor/twitch.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index 61d9c38c9..b60257508 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -453,6 +453,9 @@ class TwitchCollectionsIE(TwitchBaseIE): 'title': 'CORSAIR DreamLeague Season 11 - The Stockholm Major - Studio' }, 'playlist_mincount': 57, + }, { + 'url': 'https://www.twitch.tv/collections/HgTD8zFrghUb-Q', + 'only_matching': True, }] def _extract_collection(self, collection_id):