mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Merge pull request #1004 from tcely/patch-10
Include `missing_pot` formats in testing
This commit is contained in:
commit
9d41a73c0f
@ -198,6 +198,7 @@ def get_media_info(url, /, *, days=None, info_json=None):
|
||||
'clean_infojson': False,
|
||||
'daterange': yt_dlp.utils.DateRange(start=start),
|
||||
'extractor_args': {
|
||||
'youtube': {'formats': ['missing_pot']},
|
||||
'youtubetab': {'approximate_date': ['true']},
|
||||
},
|
||||
'outtmpl': outtmpl,
|
||||
|
Loading…
Reference in New Issue
Block a user