mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[crunchyroll] Extend _VALID_URL (closes #18955)
This commit is contained in:
		| @@ -144,7 +144,7 @@ class CrunchyrollBaseIE(InfoExtractor): | ||||
|  | ||||
| class CrunchyrollIE(CrunchyrollBaseIE, VRVIE): | ||||
|     IE_NAME = 'crunchyroll' | ||||
|     _VALID_URL = r'https?://(?:(?P<prefix>www|m)\.)?(?P<url>crunchyroll\.(?:com|fr)/(?:media(?:-|/\?id=)|[^/]*/[^/?&]*?)(?P<video_id>[0-9]+))(?:[/?&]|$)' | ||||
|     _VALID_URL = r'https?://(?:(?P<prefix>www|m)\.)?(?P<url>crunchyroll\.(?:com|fr)/(?:media(?:-|/\?id=)|(?:[^/]*/){1,2}[^/?&]*?)(?P<video_id>[0-9]+))(?:[/?&]|$)' | ||||
|     _TESTS = [{ | ||||
|         'url': 'http://www.crunchyroll.com/wanna-be-the-strongest-in-the-world/episode-1-an-idol-wrestler-is-born-645513', | ||||
|         'info_dict': { | ||||
| @@ -269,6 +269,9 @@ class CrunchyrollIE(CrunchyrollBaseIE, VRVIE): | ||||
|     }, { | ||||
|         'url': 'http://www.crunchyroll.com/media-723735', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'https://www.crunchyroll.com/en-gb/mob-psycho-100/episode-2-urban-legends-encountering-rumors-780921', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|  | ||||
|     _FORMAT_IDS = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․