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
commit d696237221
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
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