Skip to content

Commit 73f6b87

Browse files
test
1 parent 8ddc9a8 commit 73f6b87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • DubbindoProvider/src/main/kotlin/com/dubbindo

DubbindoProvider/src/main/kotlin/com/dubbindo/Dubbindo.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class Dubbindo : MainAPI() {
7171

7272
return newTvSeriesSearchResponse(title, href, TvType.TvSeries) {
7373
this.posterUrl = posterUrl
74+
this.posterHeaders = mapOf("Referer" to "https://www.dubbindo.site")
7475
}
7576
}
7677

@@ -89,6 +90,7 @@ class Dubbindo : MainAPI() {
8990

9091
return newTvSeriesSearchResponse(title, href, TvType.TvSeries) {
9192
this.posterUrl = posterUrl
93+
this.posterHeaders = mapOf("Referer" to "https://www.dubbindo.site")
9294
}
9395
}
9496

@@ -164,6 +166,7 @@ class Dubbindo : MainAPI() {
164166
val posterUrl = fixUrlNull(this.selectFirst("img")?.attr("src"))
165167
return newTvSeriesSearchResponse(title, href, TvType.TvSeries) {
166168
this.posterUrl = posterUrl
169+
this.posterHeaders = mapOf("Referer" to "https://www.dubbindo.site")
167170
}
168171
}
169172

0 commit comments

Comments
 (0)