ycdl/utilities/refresh_channels.py
2017-10-08 21:39:07 -07:00

5 lines
114 B
Python

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