From 9113846d10e988e879c76ed33c77826a324e7f10 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 12 Nov 2018 10:01:31 -0600 Subject: [PATCH] Fix typo in genre urls --- src/invidious/videos.cr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/invidious/videos.cr b/src/invidious/videos.cr index 1f81b3d5..64e817dd 100644 --- a/src/invidious/videos.cr +++ b/src/invidious/videos.cr @@ -692,8 +692,7 @@ def fetch_video(id, proxies) genre_url = "/channel/UClgRkhTL3_hImCAmdLfDE4g" when "Education" # Education channel is linked but does not exist - # genre_url = "/channel/UC3yA8nDwraeOfnYfBWun83g" - genre_url = "" + genre_url = "/channel/UC3yA8nDwraeOfnYfBWun83g" end genre_url ||= ""