mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 00:47:39 +00:00
parent
6fe82491ed
commit
f223b1b078
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class VocarooIE(InfoExtractor):
|
||||||
'title': '',
|
'title': '',
|
||||||
'url': url,
|
'url': url,
|
||||||
'ext': 'mp3',
|
'ext': 'mp3',
|
||||||
'timestamp': float_or_none(resp.getheader('x-bz-upload-timestamp'), scale=1000),
|
'timestamp': float_or_none(resp.headers.get('x-bz-upload-timestamp'), scale=1000),
|
||||||
'vcodec': 'none',
|
'vcodec': 'none',
|
||||||
'http_headers': http_headers,
|
'http_headers': http_headers,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue