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 360663c commit 0ad01e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class HentaiLAProvider : MainAPI() {
)
)

parseJson<HlsJson>(bodyTextbodyTextbodyTextbodyText).data.sources.apmap { hls ->
parseJson<HlsJson>(bodyText).data.sources.apmap { hls ->
generateM3u8(
this.name,
hls.src?.replace("&amp;", "&") ?: "",
Expand Down

0 comments on commit 0ad01e6

Please sign in to comment.