mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[tagesschau] Look at the right place for download links
This commit is contained in:
		@@ -70,7 +70,7 @@ class TagesschauIE(InfoExtractor):
 | 
			
		||||
                webpage, 'download links')
 | 
			
		||||
            links = re.finditer(
 | 
			
		||||
                r'<div class="button" title="(?P<title>[^"]*)"><a href="(?P<url>[^"]+)">(?P<name>.+?)</a></div>',
 | 
			
		||||
                webpage)
 | 
			
		||||
                download_text)
 | 
			
		||||
            formats = []
 | 
			
		||||
            for l in links:
 | 
			
		||||
                format_id = self._search_regex(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user