From 9541769cb4c9e0bd03a92b25a81d6cfb23a3e758 Mon Sep 17 00:00:00 2001 From: cttynul Date: Thu, 2 May 2019 17:05:37 +0200 Subject: [PATCH] +verystream to servers list --- channels/cineblog01.py | 2 +- channels/cinemalibero.py | 2 +- channels/eurostreaming.py | 2 +- channels/filmpertutti.py | 2 +- channels/ilgeniodellostreaming.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/channels/cineblog01.py b/channels/cineblog01.py index fc3527f3..5357d30a 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -24,7 +24,7 @@ def findhost(): IDIOMAS = {'Italiano': 'IT'} list_language = IDIOMAS.values() -list_servers = ['openload', 'streamango', 'wstream'] +list_servers = ['openload', 'streamango', 'wstream', 'verystream'] list_quality = ['HD', 'default'] __comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'cineblog01') diff --git a/channels/cinemalibero.py b/channels/cinemalibero.py index 8a429939..aed51107 100644 --- a/channels/cinemalibero.py +++ b/channels/cinemalibero.py @@ -18,7 +18,7 @@ from core import tmdb # Necessario per Autoplay IDIOMAS = {'Italiano': 'IT'} list_language = IDIOMAS.values() -list_servers = ['akstream', 'wstream', 'openload', 'streamango'] +list_servers = ['akstream', 'wstream', 'openload', 'streamango', 'verystream'] list_quality = ['default'] # Necessario per Verifica Link diff --git a/channels/eurostreaming.py b/channels/eurostreaming.py index 33f83ab0..180659ff 100644 --- a/channels/eurostreaming.py +++ b/channels/eurostreaming.py @@ -13,7 +13,7 @@ from platformcode import logger, config from channelselector import thumb host = "https://eurostreaming.cafe" -list_servers = ['openload', 'speedvideo', 'wstream', 'streamango' 'flashx', 'nowvideo'] +list_servers = ['openload', 'speedvideo', 'wstream', 'streamango' 'flashx', 'nowvideo', 'verystream'] list_quality = ['default'] diff --git a/channels/filmpertutti.py b/channels/filmpertutti.py index e486f9be..e8c29792 100644 --- a/channels/filmpertutti.py +++ b/channels/filmpertutti.py @@ -14,7 +14,7 @@ from channelselector import thumb host = "https://www.filmpertutti.club" headers = [['Referer', host]] -list_servers = ['openload', 'streamango', 'wstream', 'akvideo'] +list_servers = ['openload', 'streamango', 'wstream', 'akvideo', 'verystream'] list_quality = ['HD', 'SD'] diff --git a/channels/ilgeniodellostreaming.py b/channels/ilgeniodellostreaming.py index df7e2e57..792d01e5 100644 --- a/channels/ilgeniodellostreaming.py +++ b/channels/ilgeniodellostreaming.py @@ -18,7 +18,7 @@ host = "https://ilgeniodellostreaming.pw" IDIOMAS = {'Italiano': 'IT'} list_language = IDIOMAS.values() -list_servers = ['openload', 'streamango', 'youtube'] +list_servers = ['openload', 'streamango', 'youtube', 'verystream'] list_quality = ['default']