Remove the extra header used to bypass the block. (#8449)

This commit is contained in:
Alessandro Jean 2021-08-07 13:05:49 -03:00 committed by GitHub
parent e47132db4c
commit f61b2e1553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Tsuki Mangás'
pkgNameSuffix = 'pt.tsukimangas'
extClass = '.TsukiMangas'
extVersionCode = 26
extVersionCode = 27
libVersion = '1.2'
containsNsfw = true
}

View File

@ -50,7 +50,6 @@ class TsukiMangas : HttpSource() {
override fun headersBuilder(): Headers.Builder = Headers.Builder()
.add("Accept", ACCEPT)
.add("Accept-Language", ACCEPT_LANGUAGE)
.add("Component", "157")
.add("Referer", baseUrl)
override fun popularMangaRequest(page: Int): Request {