From c2a26e5d679fec8dcc93c3c355d3c000eed42596 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Tue, 29 Mar 2022 14:31:00 +0000 Subject: [PATCH] Update instances file filename --- src/instances.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instances.cr b/src/instances.cr index e330958..cb04828 100644 --- a/src/instances.cr +++ b/src/instances.cr @@ -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