ManhwaWeb: Fix covers/thumbnail (#8918)

Fix covers/thumbnail
This commit is contained in:
Yush0DAN 2025-05-21 05:17:13 -06:00 committed by Draff
parent 02c4d7b2a8
commit fcff393118
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'ManhwaWeb'
extClass = '.ManhwaWeb'
extVersionCode = 7
extVersionCode = 8
isNsfw = true
}

View File

@ -37,7 +37,6 @@ class ManhwaWeb : HttpSource() {
.build()
override fun headersBuilder(): Headers.Builder = super.headersBuilder()
.add("Referer", "$baseUrl/")
.add("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8")
override fun popularMangaRequest(page: Int): Request = GET("$apiUrl/manhwa/nuevos", headers)