Fix wiki page fetch URL

The wiki on omarroth/invidious no longer exists. Update it to be iv-org/invidious to fix the site.
This commit is contained in:
Cadence Ember
2020-08-21 16:55:17 +12:00
committed by GitHub
parent cbc77463be
commit 8dca31248f
+1 -1
View File
@@ -51,7 +51,7 @@ spawn do
end
end
body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/wiki/omarroth/invidious/Invidious-Instances.md")).body
body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/wiki/iv-org/invidious/Invidious-Instances.md")).body
headers = HTTP::Headers.new
instances = {} of String => Instance