mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 03:33:24 +01:00
TM: Fix headers (#778)
This commit is contained in:
parent
ed97926e4f
commit
df6dc9cb78
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Tsuki Mangás'
|
||||
extClass = '.TsukiMangas'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@ class TsukiMangas : HttpSource() {
|
||||
|
||||
override fun headersBuilder() = super.headersBuilder()
|
||||
.add("Referer", "$baseUrl/")
|
||||
.add("X-Requested", "HttpsRequest")
|
||||
.add("X-Requested", "HttpsRequests")
|
||||
|
||||
private val json: Json by injectLazy()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user