mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
commit
63f82a0c54
@ -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