mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Remove forcejson option
As far as I can tell, this option only caused a lot of JSON output to be logged.
This commit is contained in:
parent
52865cb5b4
commit
477753b88d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user