fix(lib/lulu): tiny change v2

This commit is contained in:
Hayanek 2025-04-04 01:10:30 +02:00
parent 7f227fb541
commit c513e99d71

View file

@ -11,7 +11,7 @@ class LuluExtractor(private val client: OkHttpClient, headers: Headers) {
private val headers = headers.newBuilder()
.add("Referer", "https://luluvdo.com/")
.add("Origin", "https://luluvdo.com/")
.add("Origin", "https://luluvdo.com")
.build()
//Credit: https://github.com/skoruppa/docchi-stremio-addon/blob/main/app/players/lulustream.py