Skip to content

Commit 7f5807f

Browse files
authored
Merge pull request #3 from ArixAR/master
fix cinemathek provider 2
2 parents 5a07461 + 8f2efa6 commit 7f5807f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cinemathek/src/main/kotlin/com/hexated/Cinemathek.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Cinemathek : MainAPI() {
3131
): HomePageResponse {
3232
val document = app.get("$mainUrl/${request.data}/page/$page/").document
3333
val home =
34-
document.select("div.items.items article, div#contenedor article").mapNotNull {
34+
document.select("div.items.items article, div#archive-content article").mapNotNull {
3535
it.toSearchResult()
3636
}
3737
return newHomePageResponse(

0 commit comments

Comments
 (0)