ycdl/ycdl_easy.py
2016-11-28 20:16:16 -08:00

11 lines
216 B
Python

'''
Run `python -i ycdl_easy.py to get an interpreter
session with these variables preloaded.
'''
import bot
import ycdl
import ytapi
youtube_core = ytapi.Youtube(bot.YOUTUBE_KEY)
youtube = ycdl.YCDL(youtube_core)