Aggiunto Server Streamon

* added  streamon
* fix: use tabber.js in order to retrieve variables
* refactor: do not use js2py
* remove  debugger
* remove obsolete js chars and obsolete code. Added comments
* removed not used import
* use 4 spaces
* fix tab space 4
This commit is contained in:
fatshotty
2021-07-07 16:54:15 +02:00
committed by GitHub
parent e531962cd9
commit 4f322793b1
2 changed files with 141 additions and 0 deletions

17
servers/streamon.json Normal file
View File

@@ -0,0 +1,17 @@
{
"active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [{
"pattern": "streamon\\.to/d/(\\w+)",
"url": "https://streamon.to/d/\\1"
}]
},
"free": true,
"id": "streamon",
"name": "streamon",
"premium": [
],
"settings": [
]
}