File tree Expand file tree Collapse file tree
DubbindoProvider/src/main/kotlin/com/dubbindo Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments