Skip to content

Commit

Permalink
Update HentaiLAProvider.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
imper1aldev committed Oct 5, 2023
1 parent 0ad01e6 commit 56489a2
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class HentaiLAProvider : MainAPI() {
val b = script.data().substringAfter("'b', '").substringBefore("'")

val formBody = FormBody.Builder()
.add("action", "zarat_get_data_player_ajax")
.add("action", action)
.add("a", a)
.add("b", b)
.build()
Expand All @@ -141,15 +141,6 @@ class HentaiLAProvider : MainAPI() {
.substringAfter("<body>")
.substringBefore("</body>")
.trim()
callback.invoke(
ExtractorLink(
this.name,
"Prueba Json",
bodyText,
referer = "",
quality = Qualities.Unknown.value
)
)

parseJson<HlsJson>(bodyText).data.sources.apmap { hls ->
generateM3u8(
Expand Down

0 comments on commit 56489a2

Please sign in to comment.