mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	SoundcloudSetIE: Use upload_date in the unified format (fixes #812)
This commit is contained in:
		| @@ -2768,7 +2768,7 @@ class SoundcloudSetIE(InfoExtractor): | ||||
|                 'id':       video_id, | ||||
|                 'url':      mediaURL, | ||||
|                 'uploader': track['user']['username'], | ||||
|                 'upload_date':  track['created_at'], | ||||
|                 'upload_date':  unified_strdate(track['created_at']), | ||||
|                 'title':    track['title'], | ||||
|                 'ext':      u'mp3', | ||||
|                 'description': track['description'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz