mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix typo in genre urls
This commit is contained in:
parent
df7480bcb6
commit
9113846d10
1 changed files with 1 additions and 2 deletions
|
@ -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 ||= ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue