We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d2a393 + 477753b commit 63f82a0Copy full SHA for 63f82a0
tubesync/sync/youtube.py
@@ -49,7 +49,6 @@ def get_channel_image_info(url):
49
opts = get_yt_opts()
50
opts.update({
51
'skip_download': True,
52
- 'forcejson': True,
53
'simulate': True,
54
'logger': log,
55
'extract_flat': True, # Change to False to get detailed info
@@ -84,7 +83,6 @@ def get_media_info(url):
84
83
85
86
87
88
89
90
'extract_flat': True,
0 commit comments