Add test for collection url

This commit is contained in:
Michael Tilbury 2019-04-14 13:50:10 -04:00
parent f9c9a53a0c
commit 97483c2ff1

View File

@ -453,6 +453,9 @@ class TwitchCollectionsIE(TwitchBaseIE):
'title': 'CORSAIR DreamLeague Season 11 - The Stockholm Major - Studio' 'title': 'CORSAIR DreamLeague Season 11 - The Stockholm Major - Studio'
}, },
'playlist_mincount': 57, 'playlist_mincount': 57,
}, {
'url': 'https://www.twitch.tv/collections/HgTD8zFrghUb-Q',
'only_matching': True,
}] }]
def _extract_collection(self, collection_id): def _extract_collection(self, collection_id):