mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[ie/crunchyroll] Remove extractors (#12195)
Closes #2561, Closes #5869, Closes #6278, Closes #7099, Closes #7414, Closes #7465, Closes #7976, Closes #8235, Closes #9867, Closes #10207 Authored by: seproDev
This commit is contained in:
		| @@ -50,6 +50,7 @@ class KnownDRMIE(UnsupportedInfoExtractor): | ||||
|         r'music\.amazon\.(?:\w{2}\.)?\w+', | ||||
|         r'(?:watch|front)\.njpwworld\.com', | ||||
|         r'qub\.ca/vrai', | ||||
|         r'(?:beta\.)?crunchyroll\.com', | ||||
|     ) | ||||
| 
 | ||||
|     _TESTS = [{ | ||||
| @@ -153,6 +154,12 @@ class KnownDRMIE(UnsupportedInfoExtractor): | ||||
|     }, { | ||||
|         'url': 'https://www.qub.ca/vrai/l-effet-bocuse-d-or/saison-1/l-effet-bocuse-d-or-saison-1-bande-annonce-1098225063', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'https://www.crunchyroll.com/watch/GY2P1Q98Y/to-the-future', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'https://beta.crunchyroll.com/pt-br/watch/G8WUN8VKP/the-ruler-of-conspiracy', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
| 
 | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro