[youtube] Fix upload_date in test

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-07-20 19:48:50 +02:00
parent 2ee8f5d80f
commit 17ee98e1a5
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'info_dict': {
'id': 'CsmdDsKjzN8',
'ext': 'mp4',
'upload_date': '20150510',
'upload_date': '20150501', # According to '<meta itemprop="datePublished"', but in other places it's 20150510
'uploader': 'Airtek',
'description': 'Retransmisión en directo de la XVIII media maratón de Zaragoza.',
'uploader_id': 'UCzTzUmjXxxacNnL8I3m4LnQ',