mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +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,
|
'clean_infojson': False,
|
||||||
'daterange': yt_dlp.utils.DateRange(start=start),
|
'daterange': yt_dlp.utils.DateRange(start=start),
|
||||||
'extractor_args': {
|
'extractor_args': {
|
||||||
|
'youtube': {'formats': ['missing_pot']},
|
||||||
'youtubetab': {'approximate_date': ['true']},
|
'youtubetab': {'approximate_date': ['true']},
|
||||||
},
|
},
|
||||||
'outtmpl': outtmpl,
|
'outtmpl': outtmpl,
|
||||||
|
Loading…
Reference in New Issue
Block a user