mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-17 10:28:51 +00:00
Add support for user name in place of :ucid
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user