mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:07:08 -05:00 
			
		
		
		
	[anitube] Relax key regex (Closes #7303)
Another variant seen http://anitubebr.xpg.uol.com.br/embed/
This commit is contained in:
		@@ -26,8 +26,8 @@ class AnitubeIE(InfoExtractor):
 | 
			
		||||
        video_id = mobj.group('id')
 | 
			
		||||
 | 
			
		||||
        webpage = self._download_webpage(url, video_id)
 | 
			
		||||
        key = self._html_search_regex(
 | 
			
		||||
            r'http://www\.anitube\.se/embed/([A-Za-z0-9_-]*)', webpage, 'key')
 | 
			
		||||
        key = self._search_regex(
 | 
			
		||||
            r'src=["\']https?://[^/]+/embed/([A-Za-z0-9_-]+)', webpage, 'key')
 | 
			
		||||
 | 
			
		||||
        config_xml = self._download_xml(
 | 
			
		||||
            'http://www.anitube.se/nuevo/econfig.php?key=%s' % key, key)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user