6 lines
114 B
Python
6 lines
114 B
Python
|
'''
|
||
|
Just a shortcut script to refresh all channels.
|
||
|
'''
|
||
|
import ycdl_repl
|
||
|
ycdl_repl.youtube.refresh_all_channels()
|