else/YoutubeChannelDownloader/ycdl_easy.py
Ethan Dalool 4e1880f9a0 else
2016-11-21 23:40:01 -08:00

6 lines
117 B
Python

import ytapi
import ycdl
import bot
youtube_core = ytapi.Youtube(bot.YOUTUBE_KEY)
youtube = ycdl.YCDL(youtube_core)