mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
change url Manga Sail "en" (#1194)
This commit is contained in:
parent
b0aee99727
commit
bf6e0f8a61
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Mangasail'
|
||||
extClass = '.Mangasail'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -25,7 +25,7 @@ class Mangasail : ParsedHttpSource() {
|
||||
|
||||
override val name = "Mangasail"
|
||||
|
||||
override val baseUrl = "https://www.mangasail.co"
|
||||
override val baseUrl = "https://www.sailmg.com"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
@ -182,7 +182,7 @@ class Mangasail : ParsedHttpSource() {
|
||||
GenreFilter(),
|
||||
)
|
||||
|
||||
// From https://www.mangasail.co/tagclouds/chunk/1
|
||||
// From https://www.sailmg.com/tagclouds/chunk/1
|
||||
private class GenreFilter : UriPartFilter(
|
||||
"Genres",
|
||||
arrayOf(
|
||||
|
Loading…
Reference in New Issue
Block a user