Merge pull request #589 from tcely/patch-3

Remove forcejson option
This commit is contained in:
meeb 2024-12-22 19:04:13 +11:00 committed by GitHub
commit 63f82a0c54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,6 @@ def get_channel_image_info(url):
opts = get_yt_opts()
opts.update({
'skip_download': True,
'forcejson': True,
'simulate': True,
'logger': log,
'extract_flat': True, # Change to False to get detailed info
@ -84,7 +83,6 @@ def get_media_info(url):
opts = get_yt_opts()
opts.update({
'skip_download': True,
'forcejson': True,
'simulate': True,
'logger': log,
'extract_flat': True,