mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 15:25:49 +00:00
[vevo] Adapt test to constantly changing timestamp
This commit is contained in:
parent
955c451456
commit
aba77bbfc2
@ -58,8 +58,9 @@ class VevoIE(InfoExtractor):
|
|||||||
'age_limit': 18,
|
'age_limit': 18,
|
||||||
'title': 'Tunnel Vision (Explicit)',
|
'title': 'Tunnel Vision (Explicit)',
|
||||||
'uploader': 'Justin Timberlake',
|
'uploader': 'Justin Timberlake',
|
||||||
'upload_date': '20130704',
|
# timestamp and upload_date are often incorrect; seem to change randomly
|
||||||
'timestamp': 1372906800,
|
'upload_date': 're:2013070[34]',
|
||||||
|
'timestamp': int,
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': 'true',
|
'skip_download': 'true',
|
||||||
|
Loading…
Reference in New Issue
Block a user