mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	Recognize a third format of the upload_date in the 'watch-uploader-info' element
This commit is contained in:
		
							parent
							
								
									b7e8b6e37a
								
							
						
					
					
						commit
						263bd4ec50
					
				| @ -1140,7 +1140,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): | ||||
|         mobj = re.search(r'(?s)id="eow-date.*?>(.*?)</span>', video_webpage) | ||||
|         if mobj is None: | ||||
|             mobj = re.search( | ||||
|                 r'(?s)id="watch-uploader-info".*?>.*?(?:Published|Uploaded) on (.*?)</strong>', | ||||
|                 r'(?s)id="watch-uploader-info".*?>.*?(?:Published|Uploaded|Streamed live) on (.*?)</strong>', | ||||
|                 video_webpage) | ||||
|         if mobj is not None: | ||||
|             upload_date = ' '.join(re.sub(r'[/,-]', r' ', mobj.group(1)).split()) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Anton Novosyolov
						Anton Novosyolov