Skip to content

Commit

Permalink
Merge pull request #3 from ArixAR/master
Browse files Browse the repository at this point in the history
fix cinemathek provider 2
  • Loading branch information
ne1work authored Jul 28, 2024
2 parents 5a07461 + 8f2efa6 commit 7f5807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cinemathek/src/main/kotlin/com/hexated/Cinemathek.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Cinemathek : MainAPI() {
): HomePageResponse {
val document = app.get("$mainUrl/${request.data}/page/$page/").document
val home =
document.select("div.items.items article, div#contenedor article").mapNotNull {
document.select("div.items.items article, div#archive-content article").mapNotNull {
it.toSearchResult()
}
return newHomePageResponse(
Expand Down

0 comments on commit 7f5807f

Please sign in to comment.