mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-17 11:30:57 +02:00
Fix typo in genre urls
This commit is contained in:
@@ -692,8 +692,7 @@ def fetch_video(id, proxies)
|
|||||||
genre_url = "/channel/UClgRkhTL3_hImCAmdLfDE4g"
|
genre_url = "/channel/UClgRkhTL3_hImCAmdLfDE4g"
|
||||||
when "Education"
|
when "Education"
|
||||||
# Education channel is linked but does not exist
|
# Education channel is linked but does not exist
|
||||||
# genre_url = "/channel/UC3yA8nDwraeOfnYfBWun83g"
|
genre_url = "/channel/UC3yA8nDwraeOfnYfBWun83g"
|
||||||
genre_url = ""
|
|
||||||
end
|
end
|
||||||
genre_url ||= ""
|
genre_url ||= ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user