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:
Felipe Gangorra 2025-11-16 05:05:44 -03:00 committed by Draff
parent 1ed99e7967
commit f59060dc92
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.MangaLivre'
themePkg = 'madara'
baseUrl = 'https://mangalivre.tv'
overrideVersionCode = 1
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -10,7 +10,8 @@ class MangaLivre : Madara(
"pt-BR",
SimpleDateFormat("MMMM dd, yyyy", Locale("pt")),
) {
override val useNewChapterEndpoint = true
override val chapterUrlSuffix: String = ""
override val useNewChapterEndpoint = true
override val id: Long = 2834885536325274328
}