SoundcloudSetIE: Use upload_date in the unified format (fixes #812)

rtmp_test
Jaime Marquínez Ferrándiz 11 years ago
parent 767e00277f
commit fe348844d9

@ -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'],

Loading…
Cancel
Save