mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
parent
fb2d0e98f4
commit
6e8c952f02
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class TenshiProvider : MainAPI() {
|
||||||
for (source in soup.select("""[aria-labelledby="mirror-dropdown"] > li > a.dropdown-item""")) {
|
for (source in soup.select("""[aria-labelledby="mirror-dropdown"] > li > a.dropdown-item""")) {
|
||||||
val release = source.text().replace("/", "").trim()
|
val release = source.text().replace("/", "").trim()
|
||||||
val sourceHTML = app.get(
|
val sourceHTML = app.get(
|
||||||
"https://tenshi.moe/embed?v=${source.attr("href").split("v=")[1].split("&")[0]}",
|
"https://marin.moe/embed?v=${source.attr("href").split("v=")[1].split("&")[0]}",
|
||||||
headers = mapOf("Referer" to data), interceptor = ddosGuardKiller
|
headers = mapOf("Referer" to data), interceptor = ddosGuardKiller
|
||||||
).text
|
).text
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue