Try to include timestamp

This commit is contained in:
tcely 2025-02-09 16:15:48 -05:00 committed by GitHub
parent 8d89cc01f9
commit 6390f5a1c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,7 @@ def get_media_info(url):
'simulate': True,
'logger': log,
'extract_flat': True,
'extractor_args': {'youtubetab': {'approximate_date': ['true']}},
})
response = {}
with yt_dlp.YoutubeDL(opts) as y: