Merge branch 'master' of https://github.com/kodiondemand/addon
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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']
|
||||
|
||||
|
||||
|
||||
@@ -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']
|
||||
|
||||
|
||||
|
||||
@@ -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
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user