mirror of
https://gitea.invidious.io/iv-org/instances-api.git
synced 2024-08-15 00:53:15 +00:00
Merge pull request #38 from iv-org/TheFrenchGhosty-patch-1
Update instances file filename
This commit is contained in:
commit
d696237221
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ spawn do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
begin
|
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
|
rescue ex
|
||||||
body = ""
|
body = ""
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue