Spaces:
Paused
Paused
Update run.py
Browse files
run.py
CHANGED
|
@@ -30,7 +30,7 @@ def addon_manifest():
|
|
| 30 |
|
| 31 |
@app.route('/')
|
| 32 |
def root():
|
| 33 |
-
return "Hello, this is a Stremio Addon providing HTTPS Stream for Italian Movies/Series, to install it add /manifest.json to the url and then add it into the Stremio search bar"
|
| 34 |
|
| 35 |
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
@app.route('/')
|
| 32 |
def root():
|
| 33 |
+
return "Hello, this is a Stremio Addon providing HTTPS Stream for Italian Movies/Series, to install it add /manifest.json to the url and then add it into the Stremio search bar. Since this is a remote server Filmpertutti is disabled (The stream coming from there is IP-LOCKED) therefore, if you can, I suggest you to host this locally or else just stick with the other providers"
|
| 34 |
|
| 35 |
|
| 36 |
|