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