Browse Source

[vevo] Correct test value

The date is now interpreted as UTC for consistency.
totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
a33932cfe3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/vevo.py

+ 1
- 1
youtube_dl/extractor/vevo.py View File

@ -57,7 +57,7 @@ class VevoIE(InfoExtractor):
'age_limit': 18,
'title': 'Tunnel Vision (Explicit)',
'uploader': 'Justin Timberlake',
'upload_date': '20130704',
'upload_date': '20130703',
},
'params': {
'skip_download': 'true',


Loading…
Cancel
Save