mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:47:07 -05:00 
			
		
		
		
	[utils] Make unified_strdate always return unicode string
This commit is contained in:
		@@ -910,7 +910,7 @@ def unified_strdate(date_str, day_first=True):
 | 
			
		||||
        timetuple = email.utils.parsedate_tz(date_str)
 | 
			
		||||
        if timetuple:
 | 
			
		||||
            upload_date = datetime.datetime(*timetuple[:6]).strftime('%Y%m%d')
 | 
			
		||||
    return upload_date
 | 
			
		||||
    return compat_str(upload_date)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def determine_ext(url, default_ext='unknown_video'):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user