mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Mark broken and remove dead extractors (#9238)
Authored by: seproDev
This commit is contained in:
		| @@ -161,6 +161,7 @@ class TV2ArticleIE(InfoExtractor): | ||||
| 
 | ||||
| 
 | ||||
| class KatsomoIE(InfoExtractor): | ||||
|     _WORKING = False | ||||
|     _VALID_URL = r'https?://(?:www\.)?(?:katsomo|mtv(uutiset)?)\.fi/(?:sarja/[0-9a-z-]+-\d+/[0-9a-z-]+-|(?:#!/)?jakso/(?:\d+/[^/]+/)?|video/prog)(?P<id>\d+)' | ||||
|     _TESTS = [{ | ||||
|         'url': 'https://www.mtv.fi/sarja/mtv-uutiset-live-33001002003/lahden-pelicans-teki-kovan-ratkaisun-ville-nieminen-pihalle-1181321', | ||||
| @@ -279,6 +280,7 @@ class KatsomoIE(InfoExtractor): | ||||
| 
 | ||||
| 
 | ||||
| class MTVUutisetArticleIE(InfoExtractor): | ||||
|     _WORKING = False | ||||
|     _VALID_URL = r'https?://(?:www\.)mtvuutiset\.fi/artikkeli/[^/]+/(?P<id>\d+)' | ||||
|     _TESTS = [{ | ||||
|         'url': 'https://www.mtvuutiset.fi/artikkeli/tallaisia-vaurioita-viking-amorellassa-on-useamman-osaston-alla-vetta/7931384', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro