mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Try to include timestamp
This commit is contained in:
parent
8d89cc01f9
commit
6390f5a1c3
@ -143,6 +143,7 @@ def get_media_info(url):
|
|||||||
'simulate': True,
|
'simulate': True,
|
||||||
'logger': log,
|
'logger': log,
|
||||||
'extract_flat': True,
|
'extract_flat': True,
|
||||||
|
'extractor_args': {'youtubetab': {'approximate_date': ['true']}},
|
||||||
})
|
})
|
||||||
response = {}
|
response = {}
|
||||||
with yt_dlp.YoutubeDL(opts) as y:
|
with yt_dlp.YoutubeDL(opts) as y:
|
||||||
|
Loading…
Reference in New Issue
Block a user