Fix: MangaLivre: erro 403 and 404 (#11651)
* Fix: MangaLivre: erro 403 and 404 * Update src/pt/mangalivre/build.gradle Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com> * Remove the complex interceptor --------- Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
This commit is contained in:
parent
1ed99e7967
commit
f59060dc92
@ -3,7 +3,7 @@ ext {
|
|||||||
extClass = '.MangaLivre'
|
extClass = '.MangaLivre'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://mangalivre.tv'
|
baseUrl = 'https://mangalivre.tv'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|||||||
@ -10,7 +10,8 @@ class MangaLivre : Madara(
|
|||||||
"pt-BR",
|
"pt-BR",
|
||||||
SimpleDateFormat("MMMM dd, yyyy", Locale("pt")),
|
SimpleDateFormat("MMMM dd, yyyy", Locale("pt")),
|
||||||
) {
|
) {
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
|
|
||||||
|
override val chapterUrlSuffix: String = ""
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
override val id: Long = 2834885536325274328
|
override val id: Long = 2834885536325274328
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user