mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:17:07 -05:00 
			
		
		
		
	[bbc] PEP 8
This commit is contained in:
		@@ -717,7 +717,7 @@ class BBCIE(BBCCoUkIE):
 | 
			
		||||
            timestamp = parse_iso8601(self._search_regex(
 | 
			
		||||
                [r'<meta[^>]+property="article:published_time"[^>]+content="([^"]+)"',
 | 
			
		||||
                 r'itemprop="datePublished"[^>]+datetime="([^"]+)"',
 | 
			
		||||
                 r'"datePublished":\s*"([^"]+)',],
 | 
			
		||||
                 r'"datePublished":\s*"([^"]+)'],
 | 
			
		||||
                webpage, 'date', default=None))
 | 
			
		||||
 | 
			
		||||
        entries = []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user