[RU]Remanga fix receiving page chapter (#9728)

This commit is contained in:
e-shl 2021-11-03 19:31:31 +05:00 committed by GitHub
parent 8e34cc2a8e
commit 390016c379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Remanga'
pkgNameSuffix = 'ru.remanga'
extClass = '.Remanga'
extVersionCode = 36
extVersionCode = 37
}
dependencies {

View File

@ -70,7 +70,7 @@ class Remanga : ConfigurableSource, HttpSource() {
override fun headersBuilder(): Headers.Builder = Headers.Builder()
.add("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/78.0$userAgentRandomizer")
.add("Referer", "https://www.google.com")
.add("Referer", baseUrl)
private val preferences: SharedPreferences by lazy {
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)