1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-03 04:03:30 +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
+1 -1
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