mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[drtuber] fix extraction
This commit is contained in:
		@@ -36,7 +36,7 @@ class DrTuberIE(InfoExtractor):
 | 
				
			|||||||
            r'<source src="([^"]+)"', webpage, 'video URL')
 | 
					            r'<source src="([^"]+)"', webpage, 'video URL')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        title = self._html_search_regex(
 | 
					        title = self._html_search_regex(
 | 
				
			||||||
            r'<title>([^<]+)\s*-\s*Free', webpage, 'title')
 | 
					            r'<title>([^<]+) - \d+', webpage, 'title')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        thumbnail = self._html_search_regex(
 | 
					        thumbnail = self._html_search_regex(
 | 
				
			||||||
            r'poster="([^"]+)"',
 | 
					            r'poster="([^"]+)"',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user