Merge pull request #1004 from tcely/patch-10

Include `missing_pot` formats in testing
This commit is contained in:
meeb 2025-05-01 13:42:05 +10:00 committed by GitHub
commit 9d41a73c0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,