fix(lib/lulu): tiny change v2
This commit is contained in:
parent
7f227fb541
commit
c513e99d71
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class LuluExtractor(private val client: OkHttpClient, headers: Headers) {
|
||||||
|
|
||||||
private val headers = headers.newBuilder()
|
private val headers = headers.newBuilder()
|
||||||
.add("Referer", "https://luluvdo.com/")
|
.add("Referer", "https://luluvdo.com/")
|
||||||
.add("Origin", "https://luluvdo.com/")
|
.add("Origin", "https://luluvdo.com")
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
//Credit: https://github.com/skoruppa/docchi-stremio-addon/blob/main/app/players/lulustream.py
|
//Credit: https://github.com/skoruppa/docchi-stremio-addon/blob/main/app/players/lulustream.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue