c.print('Saving to download_list.json...',style='italic')
f=open("download_list.json","w",encoding='utf-8')
f.write(json.dumps(all_channels))
f.write(json.dumps(all_channels,indent=4))
f.close()
forchinall_channels:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.