Преглед изворни кода

ArteTvIE: Fix format of upload date

Jaime Marquínez Ferrándiz пре 12 година
родитељ
комит
f8602d3242
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      youtube_dl/InfoExtractors.py

+ 1 - 1
youtube_dl/InfoExtractors.py

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