mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[franceinter] Fix upload date extraction (closes #14996)
This commit is contained in:
		| @@ -33,7 +33,7 @@ class FranceInterIE(InfoExtractor): | ||||
|         description = self._og_search_description(webpage) | ||||
|  | ||||
|         upload_date_str = self._search_regex( | ||||
|             r'class=["\']cover-emission-period["\'][^>]*>[^<]+\s+(\d{1,2}\s+[^\s]+\s+\d{4})<', | ||||
|             r'class=["\']\s*cover-emission-period\s*["\'][^>]*>[^<]+\s+(\d{1,2}\s+[^\s]+\s+\d{4})<', | ||||
|             webpage, 'upload date', fatal=False) | ||||
|         if upload_date_str: | ||||
|             upload_date_list = upload_date_str.split() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 helb
					helb