Update MangaSee URL (#518)
Closes (https://github.com/inorichi/tachiyomi/issues/516)
This commit is contained in:
parent
52f4bddbce
commit
d183aca810
@ -18,7 +18,7 @@ class Mangasee(override val id: Int) : ParsedOnlineSource() {
|
||||
|
||||
override val name = "Mangasee"
|
||||
|
||||
override val baseUrl = "http://www.mangasee.co"
|
||||
override val baseUrl = "http://mangaseeonline.net"
|
||||
|
||||
override val lang: Language get() = EN
|
||||
|
||||
@ -187,4 +187,4 @@ class Mangasee(override val id: Int) : ParsedOnlineSource() {
|
||||
throw UnsupportedOperationException("not implemented")
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user