ycdl/refresh_channels.py

5 lines
114 B
Python

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