Merge branch 'master' of https://github.com/kodiondemand/addon
This commit is contained in:
@@ -13,5 +13,12 @@ KOD come Alfa è sotto licenza GPL v3, pertanto, siete liberi di utilizzare part
|
|||||||
- Testa tutte le funzioni principali (videoteca, autoplay, scraper web) o eventuali aggiunte extra.
|
- Testa tutte le funzioni principali (videoteca, autoplay, scraper web) o eventuali aggiunte extra.
|
||||||
- Apri una pull request.
|
- Apri una pull request.
|
||||||
|
|
||||||
|
Regole per le collaborazioni:
|
||||||
|
- nel caso si riutilizzi del codice proveniente da altri addon è necessario citare la fonte, per rispetto di chi ci ha lavorato, pena non accettamento del pull request
|
||||||
|
- ogni cosa che inviate dev'essere testata, ci sta che non abbiate trovato qualche bug (è normale), ma inviare senza neanche controllare non è gradito
|
||||||
|
- i nuovi canali devono essere funzionanti e completi di tutte le feature, comprese videoteca ed autoplay, non verranno accettati finchè non lo saranno
|
||||||
|
|
||||||
|
Se siete uno degli sviluppatori di altri addon il cui codice è stato in parte incluso in questo progetto, e volete richiederne l'eliminazione, create una issue portando delle prove di essere veramente uno dei dev e lo elimineremo.
|
||||||
|
|
||||||
### Qualcosa non funziona
|
### Qualcosa non funziona
|
||||||
Sentiti pure libero di segnalarlo al team [qui](https://github.com/kodiondemand/addon/issues)
|
Sentiti pure libero di segnalarlo al team [qui](https://github.com/kodiondemand/addon/issues)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ host = "https://altadefinizione.center" ### <- cambio Host da .fm a .center
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango', "vidoza", "thevideo", "okru", 'youtube']
|
list_servers = ['verystream', 'openload', 'streamango', "vidoza", "thevideo", "okru", 'youtube']
|
||||||
list_quality = ['1080p']
|
list_quality = ['1080p']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'altadefinizioneclick')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'altadefinizioneclick')
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ host = "https://animepertutti.com"
|
|||||||
# Richiesto per Autoplay
|
# Richiesto per Autoplay
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango']
|
list_servers = ['verystream', 'openload', 'streamango']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'animeleggendari')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'animeleggendari')
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ def start(itemlist, item):
|
|||||||
if len(quality_list) == 0:
|
if len(quality_list) == 0:
|
||||||
quality_list =['default']
|
quality_list =['default']
|
||||||
|
|
||||||
# Se guardan los textos de cada servidor y calidad en listas p.e. favorite_servers = ['openload',
|
# Se guardan los textos de cada servidor y calidad en listas p.e. favorite_servers = ['verystream', 'openload',
|
||||||
# 'streamcloud']
|
# 'streamcloud']
|
||||||
for num in range(1, 4):
|
for num in range(1, 4):
|
||||||
favorite_servers.append(channel_node['servers'][settings_node['server_%s' % num]].lower())
|
favorite_servers.append(channel_node['servers'][settings_node['server_%s' % num]].lower())
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ host = 'https://www.casacinema.site'
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'wstream', 'speedvideo']
|
list_servers = ['verystream', 'openload', 'wstream', 'speedvideo']
|
||||||
list_quality = ['HD', 'SD']
|
list_quality = ['HD', 'SD']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'casacinema')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'casacinema')
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ host = 'https://casacinema.info'
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'wstream', 'speedvideo']
|
list_servers = ['verystream', 'openload', 'wstream', 'speedvideo']
|
||||||
list_quality = ['1080p', '720', '480p', '360p']
|
list_quality = ['1080p', '720', '480p', '360p']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'casacinema')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'casacinema')
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ def findhost():
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango', 'wstream', 'verystream']
|
list_servers = ['verystream', 'openload', 'streamango', 'wstream']
|
||||||
list_quality = ['HD', 'default']
|
list_quality = ['HD', 'default']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'cineblog01')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'cineblog01')
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ from platformcode import config, logger
|
|||||||
IDIOMAS = {'Hindi': 'Hindi'}
|
IDIOMAS = {'Hindi': 'Hindi'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_quality = []
|
list_quality = []
|
||||||
list_servers = ['openload', 'netutv']
|
list_servers = ['verystream', 'openload', 'netutv']
|
||||||
|
|
||||||
host = "http://www.cinehindi.com/"
|
host = "http://www.cinehindi.com/"
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ from core import tmdb
|
|||||||
# Necessario per Autoplay
|
# Necessario per Autoplay
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['akstream', 'wstream', 'openload', 'streamango', 'verystream']
|
list_servers = ['akstream', 'wstream', 'openload', 'streamango']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
# Necessario per Verifica Link
|
# Necessario per Verifica Link
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ host = 'https://www4.doramasmp4.com/'
|
|||||||
IDIOMAS = {'sub': 'VOSE', 'VO': 'VO'}
|
IDIOMAS = {'sub': 'VOSE', 'VO': 'VO'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_quality = []
|
list_quality = []
|
||||||
list_servers = ['openload', 'streamango', 'netutv', 'okru', 'directo', 'mp4upload']
|
list_servers = ['verystream', 'openload', 'streamango', 'netutv', 'okru', 'directo', 'mp4upload']
|
||||||
|
|
||||||
def get_source(url, referer=None):
|
def get_source(url, referer=None):
|
||||||
logger.info()
|
logger.info()
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ IDIOMAS = {'Latino': 'LAT', 'Vo':'VO', 'Vose': 'VOSE'}
|
|||||||
IDIOMA = "no filtrar"
|
IDIOMA = "no filtrar"
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_quality = []
|
list_quality = []
|
||||||
list_servers = ['openload', 'streamango', 'netutv', 'okru', 'mp4upload']
|
list_servers = ['verystream', 'openload', 'streamango', 'netutv', 'okru', 'mp4upload']
|
||||||
|
|
||||||
def get_source(url, referer=None):
|
def get_source(url, referer=None):
|
||||||
logger.info()
|
logger.info()
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ from platformcode import logger, config
|
|||||||
from channelselector import thumb
|
from channelselector import thumb
|
||||||
|
|
||||||
host = "https://eurostreaming.cafe"
|
host = "https://eurostreaming.cafe"
|
||||||
list_servers = ['openload', 'speedvideo', 'wstream', 'streamango' 'flashx', 'nowvideo', 'verystream']
|
list_servers = ['verystream', 'openload', 'speedvideo', 'wstream', 'streamango' 'flashx', 'nowvideo']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ host = "http://fastsubita.com"
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'speedvideo', 'wstream', 'flashx', 'vidoza', 'vidtome']
|
list_servers = ['verystream', 'openload', 'speedvideo', 'wstream', 'flashx', 'vidoza', 'vidtome']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'fastsubita')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'fastsubita')
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ from channelselector import thumb
|
|||||||
|
|
||||||
host = "https://www.filmpertutti.club"
|
host = "https://www.filmpertutti.club"
|
||||||
headers = [['Referer', host]]
|
headers = [['Referer', host]]
|
||||||
list_servers = ['openload', 'streamango', 'wstream', 'akvideo', 'verystream']
|
list_servers = ['verystream', 'openload', 'streamango', 'wstream', 'akvideo']
|
||||||
list_quality = ['HD', 'SD']
|
list_quality = ['HD', 'SD']
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ host = 'https://filmsenzalimiti.space'
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango', 'vidoza', 'okru']
|
list_servers = ['verystream', 'openload', 'streamango', 'vidoza', 'okru']
|
||||||
list_quality = ['1080p', '720p', '480p', '360']
|
list_quality = ['1080p', '720p', '480p', '360']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'filmsenzalimiti')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'filmsenzalimiti')
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ __channel__ = 'filmsenzalimiticc'
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'vidlox', 'youtube']
|
list_servers = ['verystream', 'openload', 'vidlox', 'youtube']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
# Necessario per Verifica Link
|
# Necessario per Verifica Link
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ host = "https://ilgeniodellostreaming.pw"
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango', 'youtube', 'verystream']
|
list_servers = ['verystream', 'openload', 'streamango', 'youtube']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ from platformcode import logger, config
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'youtube']
|
list_servers = ['verystream', 'openload', 'youtube']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'italiafilmhd')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'italiafilmhd')
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ from channelselector import get_thumb
|
|||||||
IDIOMAS = {'Latino':'Lat', 'Español':'Cast', 'Subtitulado':'VOSE'}
|
IDIOMAS = {'Latino':'Lat', 'Español':'Cast', 'Subtitulado':'VOSE'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_quality = ['HD 1080p', 'HD 720p', 'DVDRIP', 'CAM']
|
list_quality = ['HD 1080p', 'HD 720p', 'DVDRIP', 'CAM']
|
||||||
list_servers = ['openload', 'vidoza', 'clipwatching', 'fastplay', 'flashx', 'gamovideo', 'powvideo', 'streamango',
|
list_servers = ['verystream', 'openload', 'vidoza', 'clipwatching', 'fastplay', 'flashx', 'gamovideo', 'powvideo', 'streamango',
|
||||||
'streamcherry', 'rapidvideo']
|
'streamcherry', 'rapidvideo']
|
||||||
|
|
||||||
host = 'https://playview.io/'
|
host = 'https://playview.io/'
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ host = "https://seriehd.casa/"
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango', 'thevideome']
|
list_servers = ['verystream', 'openload', 'streamango', 'thevideome']
|
||||||
list_quality = ['1080p', '720p', '480p', '360']
|
list_quality = ['1080p', '720p', '480p', '360']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'seriehd')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'seriehd')
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from core.item import Item
|
|||||||
|
|
||||||
host = 'https://www.streamingaltadefinizione.world/'
|
host = 'https://www.streamingaltadefinizione.world/'
|
||||||
|
|
||||||
list_servers = ['openload', 'wstream']
|
list_servers = ['verystream', 'openload', 'wstream']
|
||||||
list_quality = ['1080p', 'HD', 'DVDRIP', 'SD', 'CAM']
|
list_quality = ['1080p', 'HD', 'DVDRIP', 'SD', 'CAM']
|
||||||
|
|
||||||
def mainlist(item):
|
def mainlist(item):
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ from platformcode import logger
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango', 'vidlox', 'youtube']
|
list_servers = ['verystream', 'openload', 'streamango', 'vidlox', 'youtube']
|
||||||
list_quality = ['default']
|
list_quality = ['default']
|
||||||
|
|
||||||
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'tantifilm')
|
__comprueba_enlaces__ = config.get_setting('comprueba_enlaces', 'tantifilm')
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@ def findhost():
|
|||||||
|
|
||||||
IDIOMAS = {'Italiano': 'IT'}
|
IDIOMAS = {'Italiano': 'IT'}
|
||||||
list_language = IDIOMAS.values()
|
list_language = IDIOMAS.values()
|
||||||
list_servers = ['openload', 'streamango', 'wstream']
|
list_servers = ['verystream', 'openload', 'streamango', 'wstream']
|
||||||
list_quality = ['HD', 'SD']
|
list_quality = ['HD', 'SD']
|
||||||
|
|
||||||
#esclusione degli articoli 'di servizio'
|
#esclusione degli articoli 'di servizio'
|
||||||
|
|||||||
Reference in New Issue
Block a user