We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a07461 + 8f2efa6 commit 7f5807fCopy full SHA for 7f5807f
Cinemathek/src/main/kotlin/com/hexated/Cinemathek.kt
@@ -31,7 +31,7 @@ class Cinemathek : MainAPI() {
31
): HomePageResponse {
32
val document = app.get("$mainUrl/${request.data}/page/$page/").document
33
val home =
34
- document.select("div.items.items article, div#contenedor article").mapNotNull {
+ document.select("div.items.items article, div#archive-content article").mapNotNull {
35
it.toSearchResult()
36
}
37
return newHomePageResponse(
0 commit comments