mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
updated
This commit is contained in:
parent
7d482b9509
commit
acdc44aa60
2 changed files with 2 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: Move Loklok
|
||||
run: |
|
||||
rm $GITHUB_WORKSPACE/builds/Loklok.cs3 || true
|
||||
cp **/Loklok.cs3 $GITHUB_WORKSPACE/builds
|
||||
cp $GITHUB_WORKSPACE/builds/stored/Loklok.cs3 $GITHUB_WORKSPACE/builds
|
||||
|
||||
- name: Push builds
|
||||
run: |
|
||||
|
|
|
@ -176,6 +176,7 @@ class LayarKacaProvider : MainAPI() {
|
|||
): Boolean {
|
||||
|
||||
val document = app.get(data).document
|
||||
|
||||
document.select("ul#loadProviders > li").map {
|
||||
fixUrl(it.select("a").attr("href"))
|
||||
}.apmap {
|
||||
|
|
Loading…
Reference in a new issue