mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[vevo] Correct test value
The date is now interpreted as UTC for consistency.
This commit is contained in:
parent
bcf89ce62c
commit
a33932cfe3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue