Fix filmstreaming casi particolari, nuovo server goodstream

This commit is contained in:
marco
2022-05-28 16:26:51 +02:00
parent 1401d79879
commit 4b71a0d708
5 changed files with 60 additions and 12 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
{
"pattern": "goodstream.uno/(?:video/embed/)?([a-zA-Z0-9]+)",
"url": "https://goodstream.uno/video/embed/\\1/680x420"
}
]
},
"free": true,
"id": "goodstream",
"name": "GoodStream",
"settings": [
{
"default": false,
"enabled": true,
"id": "black_list",
"label": "@70708",
"type": "bool",
"visible": true
}
]
}