Files
addon/servers/streamon.json
fatshotty 4f322793b1 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
2021-07-07 16:54:15 +02:00

18 lines
313 B
JSON

{
"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": [
]
}