ArteTvIE: Fix format of upload date

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-05-05 11:48:47 +02:00
parent 0c021ad171
commit f8602d3242
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ class ArteTvIE(InfoExtractor):
'id': info.get('id'),
'url': compat_urllib_parse.unquote(info.get('url')),
'uploader': u'arte.tv',
'upload_date': info.get('date'),
'upload_date': unified_strdate(info.get('date')),
'title': info.get('title').decode('utf-8'),
'ext': u'mp4',
'format': u'NA',