Merge pull request #9 from cloudrac3r/patch-1

Fix wiki page fetch URL
This commit is contained in:
Perflyst 2020-08-21 08:32:34 +02:00 committed by GitHub
commit 9b99fc0ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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