ycdl/utilities/refresh_channels.py

6 lines
114 B
Python
Raw Normal View History

2016-12-13 03:50:41 +00:00
'''
Just a shortcut script to refresh all channels.
'''
import ycdl_repl
ycdl_repl.youtube.refresh_all_channels()