Rewrite MangaDex download page with Alpine

This commit is contained in:
Alex Ling
2021-01-31 12:21:22 +00:00
parent 70d418d1a1
commit 1f50785e8f
3 changed files with 326 additions and 361 deletions
+2
View File
@@ -100,5 +100,7 @@ class Config
"https://api.mangadex.org/v2 to suppress this warning." }
mangadex["api_url"] = "https://mangadex.org/api/v2"
end
mangadex["api_url"] = mangadex["api_url"].to_s.rstrip "/"
mangadex["base_url"] = mangadex["base_url"].to_s.rstrip "/"
end
end