2016-11-29 04:16:16 +00:00
|
|
|
'''
|
2016-12-13 03:50:41 +00:00
|
|
|
Run `python -i ycdl_repl.py to get an interpreter
|
2016-11-29 04:16:16 +00:00
|
|
|
session with these variables preloaded.
|
|
|
|
'''
|
|
|
|
|
|
|
|
import bot
|
|
|
|
import ycdl
|
|
|
|
|
2017-10-09 04:39:07 +00:00
|
|
|
youtube_core = ycdl.ytapi.Youtube(bot.YOUTUBE_KEY)
|
2016-11-29 04:16:16 +00:00
|
|
|
youtube = ycdl.YCDL(youtube_core)
|