Skip to content

Commit

Permalink
Merge pull request #4 from ArixAR/master
Browse files Browse the repository at this point in the history
fix cinemathek player
  • Loading branch information
ne1work authored Jul 28, 2024
2 parents 7f5807f + 0d36707 commit c068622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cinemathek/src/main/kotlin/com/hexated/Cinemathek.kt
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,9 @@ class Do0od : DoodLaExtractor() {
class Filelions : Filesim() {
override val name = "Filelions"
override var mainUrl = "https://filelions.live"
}

class CinemathekOn : Filesim() {
override val name = "Cinemathek"
override val mainUrl = "https://cinemathek.online"
}
1 change: 1 addition & 0 deletions Cinemathek/src/main/kotlin/com/hexated/CinemathekPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ class CinemathekPlugin: Plugin() {
registerExtractorAPI(Ds2play())
registerExtractorAPI(Do0od())
registerExtractorAPI(Filelions())
registerExtractorAPI(CinemathekOn())
}
}

0 comments on commit c068622

Please sign in to comment.