Răsfoiți Sursa

Update mangasee URL (#1633)

The old URL http://mangaseeonline.net is obsolete, the new URL is http://mangaseeonline.us
arkanoide 6 ani în urmă
părinte
comite
fcce29a467

+ 2 - 2
app/src/main/java/eu/kanade/tachiyomi/source/online/english/Mangasee.kt

@@ -18,7 +18,7 @@ class Mangasee : ParsedHttpSource() {
 
     override val name = "Mangasee"
 
-    override val baseUrl = "http://mangaseeonline.net"
+    override val baseUrl = "http://mangaseeonline.us"
 
     override val lang = "en"
 
@@ -246,4 +246,4 @@ class Mangasee : ParsedHttpSource() {
             Genre("Yuri")
     )
 
-}
+}