change url Manga Sail "en" (#1194)
This commit is contained in:
parent
cf5299c188
commit
8bb508d679
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Mangasail'
|
extName = 'Mangasail'
|
||||||
extClass = '.Mangasail'
|
extClass = '.Mangasail'
|
||||||
extVersionCode = 4
|
extVersionCode = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -25,7 +25,7 @@ class Mangasail : ParsedHttpSource() {
|
|||||||
|
|
||||||
override val name = "Mangasail"
|
override val name = "Mangasail"
|
||||||
|
|
||||||
override val baseUrl = "https://www.mangasail.co"
|
override val baseUrl = "https://www.sailmg.com"
|
||||||
|
|
||||||
override val lang = "en"
|
override val lang = "en"
|
||||||
|
|
||||||
@ -182,7 +182,7 @@ class Mangasail : ParsedHttpSource() {
|
|||||||
GenreFilter(),
|
GenreFilter(),
|
||||||
)
|
)
|
||||||
|
|
||||||
// From https://www.mangasail.co/tagclouds/chunk/1
|
// From https://www.sailmg.com/tagclouds/chunk/1
|
||||||
private class GenreFilter : UriPartFilter(
|
private class GenreFilter : UriPartFilter(
|
||||||
"Genres",
|
"Genres",
|
||||||
arrayOf(
|
arrayOf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user