We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f5807f + 0d36707 commit c068622Copy full SHA for c068622
Cinemathek/src/main/kotlin/com/hexated/Cinemathek.kt
@@ -199,4 +199,9 @@ class Do0od : DoodLaExtractor() {
199
class Filelions : Filesim() {
200
override val name = "Filelions"
201
override var mainUrl = "https://filelions.live"
202
+}
203
+
204
+class CinemathekOn : Filesim() {
205
+ override val name = "Cinemathek"
206
+ override val mainUrl = "https://cinemathek.online"
207
}
Cinemathek/src/main/kotlin/com/hexated/CinemathekPlugin.kt
@@ -14,5 +14,6 @@ class CinemathekPlugin: Plugin() {
14
registerExtractorAPI(Ds2play())
15
registerExtractorAPI(Do0od())
16
registerExtractorAPI(Filelions())
17
+ registerExtractorAPI(CinemathekOn())
18
19
0 commit comments