This commit is contained in:
thepasto
2019-05-02 17:41:35 +02:00
13 changed files with 93 additions and 29 deletions
+1 -1
View File
@@ -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')
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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']
+1 -1
View File
@@ -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']
+1 -1
View File
@@ -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']
+1 -1
View File
@@ -22,7 +22,7 @@ def findhost():
data = httptools.downloadpage(cb01Url).data
global host, headers
host = scrapertoolsV2.find_single_match(data, r'<a class="?mega-menu-link"? href=(https://vedohd[^/"]+)')+'/'
host = scrapertoolsV2.find_single_match(data, r'class="?mega-menu-link"? href="?(https://vedohd[^/"]+)"?')+'/'
if 'https' not in host: # in caso cb01 cambi, si spera di riuscire ad accedere da questo URL
host = "https://vedohd.pw/"