1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-16 01:59:33 +00:00

[extractor/common] Extract timestamp from Last-Modified header

This commit is contained in:
Sergey M․ 2020-12-07 01:15:30 +07:00
parent 91dd25fe1e
commit dccf4932e1
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -2360,7 +2360,7 @@ class GenericIE(InfoExtractor):
info_dict = {
'id': video_id,
'title': self._generic_title(url),
'upload_date': unified_strdate(head_response.headers.get('Last-Modified'))
'timestamp': unified_timestamp(head_response.headers.get('Last-Modified'))
}
# Check for direct link to a video