mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	This commit is contained in:
		| @@ -145,7 +145,7 @@ class CuriosityStreamIE(CuriosityStreamBaseIE): | ||||
|  | ||||
| class CuriosityStreamCollectionIE(CuriosityStreamBaseIE): | ||||
|     IE_NAME = 'curiositystream:collection' | ||||
|     _VALID_URL = r'https?://(?:app\.)?curiositystream\.com/(?:collection|series)/(?P<id>\d+)' | ||||
|     _VALID_URL = r'https?://(?:app\.)?curiositystream\.com/(?:collections?|series)/(?P<id>\d+)' | ||||
|     _TESTS = [{ | ||||
|         'url': 'https://app.curiositystream.com/collection/2', | ||||
|         'info_dict': { | ||||
| @@ -157,6 +157,9 @@ class CuriosityStreamCollectionIE(CuriosityStreamBaseIE): | ||||
|     }, { | ||||
|         'url': 'https://curiositystream.com/series/2', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'https://curiositystream.com/collections/36', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user