mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[videolectures] (New extractor)
This commit is contained in:
		| @@ -763,6 +763,10 @@ class YoutubeDLHandler(compat_urllib_request.HTTPHandler): | ||||
|  | ||||
| def unified_strdate(date_str): | ||||
|     """Return a string with the date in the format YYYYMMDD""" | ||||
|  | ||||
|     if date_str is None: | ||||
|         return None | ||||
|  | ||||
|     upload_date = None | ||||
|     #Replace commas | ||||
|     date_str = date_str.replace(',', ' ') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister