ycdl/utilities/refresh_channels.py

6 lines
114 B
Python

'''
Just a shortcut script to refresh all channels.
'''
import ycdl_repl
ycdl_repl.youtube.refresh_all_channels()