Merge pull request #38 from iv-org/TheFrenchGhosty-patch-1

Update instances file filename
This commit is contained in:
TheFrenchGhosty
2022-03-29 14:34:19 +00:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ spawn do
end
end
begin
body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/iv-org/documentation/master/docs/Invidious-Instances.md")).body
body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/iv-org/documentation/master/docs/instances.md")).body
rescue ex
body = ""
end