Add support for user name in place of :ucid

This commit is contained in:
Omar Roth 2018-08-01 10:44:02 -05:00
parent fcb4f4cddb
commit ea8aaf3145
2 changed files with 43 additions and 4 deletions

View file

@ -253,8 +253,8 @@ def elapsed_text(elapsed)
end
def fetch_video(id)
info_channel = Channel(HTTP::Params).new
html_channel = Channel(XML::Node).new
info_channel = Channel(HTTP::Params).new
spawn do
client = make_client(YT_URL)