mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix AnimeIndo,Gomov,Oppadrama
This commit is contained in:
parent
b2227f51fe
commit
3b1d788587
8 changed files with 14 additions and 9 deletions
|
@ -48,7 +48,7 @@ class AnimeIndoProvider : MainAPI() {
|
|||
page: Int,
|
||||
request: MainPageRequest
|
||||
): HomePageResponse {
|
||||
val url = "$mainUrl/pages/${request.data}/page/$page"
|
||||
val url = "$mainUrl/${request.data}/page/$page"
|
||||
val document = app.get(url).document
|
||||
val home = document.select("main#main div.animposx").mapNotNull {
|
||||
it.toSearchResult()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue