mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:37:06 -05:00 
			
		
		
		
	[bbccouk] Extend title extraction
This commit is contained in:
		@@ -482,7 +482,8 @@ class BBCCoUkIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        if programme_id:
 | 
			
		||||
            formats, subtitles = self._download_media_selector(programme_id)
 | 
			
		||||
            title = self._og_search_title(webpage)
 | 
			
		||||
            title = self._og_search_title(webpage, default=None) or self._html_search_regex(
 | 
			
		||||
                r'<h2[^>]+id="parent-title"[^>]*>(.+?)</h2>', webpage, 'title')
 | 
			
		||||
            description = self._search_regex(
 | 
			
		||||
                r'<p class="[^"]*medium-description[^"]*">([^<]+)</p>',
 | 
			
		||||
                webpage, 'description', default=None)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user