mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:47:07 -05:00 
			
		
		
		
	[bitchute] use _html_search_regex for title extraction
This commit is contained in:
		@@ -37,7 +37,7 @@ class BitChuteIE(InfoExtractor):
 | 
				
			|||||||
                'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.57 Safari/537.36',
 | 
					                'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.57 Safari/537.36',
 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        title = self._search_regex(
 | 
					        title = self._html_search_regex(
 | 
				
			||||||
            (r'<[^>]+\bid=["\']video-title[^>]+>([^<]+)', r'<title>([^<]+)'),
 | 
					            (r'<[^>]+\bid=["\']video-title[^>]+>([^<]+)', r'<title>([^<]+)'),
 | 
				
			||||||
            webpage, 'title', default=None) or self._html_search_meta(
 | 
					            webpage, 'title', default=None) or self._html_search_meta(
 | 
				
			||||||
            'description', webpage, 'title',
 | 
					            'description', webpage, 'title',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user