cinemalibero: supporto filecrypt

This commit is contained in:
marco
2021-12-28 16:49:50 +01:00
parent 682eeddce6
commit 17a33a6ed9
4 changed files with 54 additions and 55 deletions
-29
View File
@@ -1,29 +0,0 @@
{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "(rapidgator.net/file/\\w+(?:\\.html|))",
"url": "http://\\1"
}
]
},
"free": false,
"id": "rapidgator",
"name": "Rapid Gator",
"premium": [
"realdebrid",
"alldebrid"
],
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}
-13
View File
@@ -1,13 +0,0 @@
# -*- coding: utf-8 -*-
from platformcode import logger
def test_video_exists(page_url):
return True, ""
def get_video_url(page_url, premium=False, user="", password="", video_password=""):
logger.debug("(page_url='%s')" % page_url)
video_urls = []
return video_urls