update all channel to retrive url by macro json
This commit is contained in:
@@ -19,36 +19,47 @@
|
||||
"cineblog01": "https://cb01.tools",
|
||||
"cinemalibero": "https://cinemalibero.icu",
|
||||
"cinemastreaming": "https://cinemastreaming.icu",
|
||||
"documentaristreamingdb": "https://documentari-streaming-da.com",
|
||||
"downloadme": "https://www.downloadme.gratis",
|
||||
"dragonballforever": "https://www.dragonballforever.it",
|
||||
"documentaristreamingda": "https://documentari-streaming-da.com",
|
||||
"dreamsub": "https://www.dreamsub.stream",
|
||||
"eurostreaming": "https://eurostreaming.gratis",
|
||||
"eurostreaming_video": "https://www.eurostreaming.best",
|
||||
"fastsubita": "http://fastsubita.com",
|
||||
"ffilms":"https://ffilms.org",
|
||||
"filmigratis": "https://filmigratis.net",
|
||||
"filmgratis": "https://www.filmaltadefinizione.net",
|
||||
"filmontv": "https://www.comingsoon.it",
|
||||
"filmpertutti": "https://www.filmpertutti.tube",
|
||||
"filmsenzalimiti": "https://filmsenzalimiti.best",
|
||||
"filmsenzalimiticc": "https://www.filmsenzalimiti.host",
|
||||
"filmsenzalimiti_blue": "https://filmsenzalimiti.best",
|
||||
"filmsenzalimiti_info": "https://www.filmsenzalimiti.host",
|
||||
"filmstreaming01": "https://filmstreaming01.com",
|
||||
"filmstreamingita": "http://filmstreamingita.live",
|
||||
"guarda_serie": "https://guardaserie.site",
|
||||
"guardafilm": "http://www.guardafilm.top",
|
||||
"guardarefilm": "https://www.guardarefilm.video",
|
||||
"guardaseriecc": "https://guardaserie.site",
|
||||
"guardaserieclick": "https://www.guardaserie.media",
|
||||
"guardaserie_stream": "https://guardaserie.co",
|
||||
"guardaserieonline": "http://www.guardaserie.media",
|
||||
"guardogratis": "http://guardogratis.io",
|
||||
"ilgeniodellostreaming": "https://ilgeniodellostreaming.pw",
|
||||
"italiaserie": "https://italiaserie.org",
|
||||
"italiafilm": "https://www.italia-film.pw",
|
||||
"italiafilmhd": "https://italiafilm.info",
|
||||
"italiafilmvedohd": "https://italiafilm.info",
|
||||
"italiaserie_uno": "https:://italiaserie.org",
|
||||
"italiaserie": "https://italiaserie.org",
|
||||
"itastreaming": "https://itastreaming.film",
|
||||
"majintoon": "https://toonitalia.org",
|
||||
"mondolunatico": "http://mondolunatico.org",
|
||||
"mondolunatico2": "http://mondolunatico.org/stream/",
|
||||
"mondoserietv": "https://mondoserietv.com",
|
||||
"piratestreaming": "https://www.piratestreaming.watch",
|
||||
"seriehd": "https://www.seriehd.info",
|
||||
"serietvonline": "https://serietvonline.xyz",
|
||||
"serietvsubita": "http://serietvsubita.xyz",
|
||||
"serietvu": "https://www.serietvu.club",
|
||||
"tantifilm": "https://www.tantifilm.plus"
|
||||
"streamingaltadefinizione": "https://www.streamingaltadefinizione.space",
|
||||
"streamking": "http://streamking.cc",
|
||||
"tantifilm": "https://www.tantifilm.plus",
|
||||
"toonitalia": "https://toonitalia.org"
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ from specials import autoplay
|
||||
#host = "https://altadefinizione01.to"
|
||||
|
||||
__channel__ = "altadefinizione01"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
|
||||
@@ -13,7 +13,7 @@ from platformcode import logger, config
|
||||
from specials import autoplay, autorenumber
|
||||
|
||||
__channel__ = "animeleggendari"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
# Richiesto per Autoplay
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -16,7 +16,7 @@ from specials import autoplay
|
||||
from specials import renumbertools
|
||||
|
||||
__channel__ = "animespace"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
checklinks = config.get_setting('checklinks', 'animespace')
|
||||
checklinks_number = config.get_setting('checklinks_number', 'animespace')
|
||||
|
||||
@@ -14,7 +14,7 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = "animesubita"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
PERPAGE = 20
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -11,7 +11,7 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = "animetubeita"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
hostlista = host + "/lista-anime/"
|
||||
hostgeneri = host + "/generi/"
|
||||
hostcorso = host + "/category/serie-in-corso/"
|
||||
|
||||
@@ -14,7 +14,7 @@ from platformcode import logger, config
|
||||
from specials import autoplay, autorenumber
|
||||
|
||||
__channel__ = "animeworld"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
IDIOMAS = {'Italiano': 'Italiano'}
|
||||
|
||||
@@ -13,7 +13,7 @@ from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
__channel__ = "casacinema"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['verystream', 'openload', 'wstream', 'speedvideo']
|
||||
|
||||
@@ -9,7 +9,7 @@ from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
__channel__ = "casacinemainfo"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['verystream', 'openload', 'wstream', 'speedvideo']
|
||||
|
||||
@@ -11,7 +11,7 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = "cb01anime"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
#esclusione degli articoli 'di servizio'
|
||||
blacklist = ['AVVISO IMPORTANTE – CB01.ROCKS', 'Lista Alfabetica Completa Anime/Cartoon', 'CB01.UNO ▶ TROVA L’INDIRIZZO UFFICIALE']
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ checklinks = config.get_setting('checklinks', 'cinemalibero')
|
||||
checklinks_number = config.get_setting('checklinks_number', 'cinemalibero')
|
||||
|
||||
__channel__ = "cinemalibero"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ from core.item import Item
|
||||
from specials import autoplay
|
||||
|
||||
__channel__ = "cinemastreaming"
|
||||
host = config.get_addon_version(__channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['openload', 'streamango']
|
||||
|
||||
@@ -10,8 +10,8 @@ from core import httptools, scrapertools, servertools
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "https://documentari-streaming-da.com"
|
||||
|
||||
__channel__ = "documentaristreamingda"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
def mainlist(item):
|
||||
logger.info("kod.documentaristreamingda mainlist")
|
||||
|
||||
@@ -10,8 +10,8 @@ from core import scrapertools, httptools, servertools, tmdb
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "https://www.dreamsub.co"
|
||||
|
||||
__channel__ = "dreamsub"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
def mainlist(item):
|
||||
logger.info("kod.dreamsub mainlist")
|
||||
|
||||
@@ -22,7 +22,8 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
host = "https://eurostreaming.cafe/"
|
||||
__channel__ = "eurostreaming"
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = ['Referer', host]
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -9,10 +9,8 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
channel = 'filmigratis'
|
||||
|
||||
host = 'https://filmigratis.net'
|
||||
|
||||
__channel__ = 'filmigratis'
|
||||
host = config.get_channel_url(__channel__)
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['openload', 'streamango', 'vidoza', 'okru']
|
||||
|
||||
@@ -10,7 +10,8 @@ from core.item import Item
|
||||
from platformcode import config, logger
|
||||
from specials import autoplay
|
||||
|
||||
host = "https://www.filmpertutti.club"
|
||||
__channel__ = 'filmpertutti'
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
list_servers = ['verystream', 'openload', 'streamango', 'wstream', 'akvideo']
|
||||
list_quality = ['HD', 'SD']
|
||||
|
||||
@@ -11,8 +11,7 @@ from platformcode import logger
|
||||
from specials import autoplay
|
||||
|
||||
__channel__ = 'filmsenzalimiti'
|
||||
|
||||
host = 'https://filmsenzalimiti.space'
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
|
||||
@@ -15,6 +15,7 @@ from specials import autoplay
|
||||
|
||||
# Necessario per Autoplay
|
||||
__channel__ = 'filmsenzalimiticc'
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
@@ -25,8 +26,6 @@ list_quality = ['default']
|
||||
checklinks = config.get_setting('checklinks', 'filmsenzalimiticc')
|
||||
checklinks_number = config.get_setting('checklinks_number', 'filmsenzalimiticc')
|
||||
|
||||
host = 'https://filmsenzalimiti.pw'
|
||||
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,8 @@ from core import servertools
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "https://www.guardarefilm.video"
|
||||
__channel__ = 'guardarefilm'
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
@@ -12,7 +12,8 @@ from core.item import Item
|
||||
from lib import unshortenit
|
||||
from platformcode import logger, config
|
||||
|
||||
host = 'https://guardaserie.site'
|
||||
__channel__ = 'guardaseriecc'
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ from core.support import log
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = 'guardaserieclick'
|
||||
host = config.get_setting("channel_host", __channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -16,8 +16,7 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = "guardogratis"
|
||||
|
||||
host = "https://guardogratis.it/"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@ from core import scrapertoolsV2, httptools, tmdb, support
|
||||
from core.support import log, menu, aplay
|
||||
from core.item import Item
|
||||
|
||||
host = "https://ilgeniodellostreaming.pw"
|
||||
__channel__ = 'ilgeniodellostreaming'
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
|
||||
@@ -14,8 +14,8 @@ from core import tmdb
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "https://www.italia-film.pro"
|
||||
|
||||
__channel__ = 'italiafilm'
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ list_quality = ['default']
|
||||
checklinks = config.get_setting('checklinks', 'italiafilmhd')
|
||||
checklinks_number = config.get_setting('checklinks_number', 'italiafilmhd')
|
||||
|
||||
host = "https://italiafilm.network"
|
||||
|
||||
__channel__ = 'italiafilmhd'
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ from core import tmdb
|
||||
from core.item import Item
|
||||
from platformcode import logger
|
||||
|
||||
host = "https://italiaserie.org"
|
||||
|
||||
__channel__ = 'italiaserie'
|
||||
host = config.get_channel_url(__channel__)
|
||||
list_servers = ['speedvideo']
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -9,8 +9,8 @@ from core import scrapertools, httptools, tmdb, support
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "https://itastreaming.film"
|
||||
|
||||
__channel__ = 'itastreaming'
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
|
||||
@@ -19,9 +19,7 @@ from platformcode import config
|
||||
from platformcode import logger
|
||||
|
||||
__channel__ = "mondolunatico"
|
||||
|
||||
host = "http://mondolunatico.org"
|
||||
|
||||
host = config.get_channel_url(__channel__)
|
||||
captcha_url = '%s/pass/CaptchaSecurityImages.php?width=100&height=40&characters=5' % host
|
||||
|
||||
PERPAGE = 25
|
||||
|
||||
@@ -15,8 +15,8 @@ from core import scrapertools, httptools, tmdb, servertools, support, scrapertoo
|
||||
from core.item import Item
|
||||
from platformcode import logger, config, platformtools
|
||||
|
||||
channel = "mondolunatico2"
|
||||
host = "https://mondolunatico.org/stream/"
|
||||
__channel__ = "mondolunatico2"
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
list_servers = ['verystream', 'wstream', 'openload', 'streamango']
|
||||
|
||||
@@ -13,7 +13,9 @@ from lib.unshortenit import unshorten
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
host = "https://mondoserietv.com"
|
||||
__channel__ = "mondoserietv"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['akstream']
|
||||
|
||||
@@ -15,8 +15,7 @@ from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
__channel__ = "piratestreaming"
|
||||
|
||||
host = "http://www.piratestreaming.watch"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
|
||||
@@ -11,7 +11,8 @@ from lib import unshortenit
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
host = "https://serietvonline.live"
|
||||
__channel__ = "serietvonline"
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -13,7 +13,7 @@ from core.support import log
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = "serietvsubita"
|
||||
host = config.get_setting("channel_host", __channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -11,7 +11,7 @@ from core.support import log
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = 'serietvu'
|
||||
host = config.get_setting("channel_host", __channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -7,7 +7,8 @@ from core import support
|
||||
from core.item import Item
|
||||
from specials import autoplay
|
||||
|
||||
host = 'https://www.streamingaltadefinizione.space'
|
||||
__channel__ = "streamingaltadefinizione"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
list_servers = ['verystream', 'openload', 'wstream']
|
||||
list_quality = ['1080p', 'HD', 'DVDRIP', 'SD', 'CAM']
|
||||
|
||||
@@ -11,7 +11,8 @@ from core import scrapertools, httptools
|
||||
from core.item import Item
|
||||
from platformcode import logger
|
||||
|
||||
host = "http://streamking.cc"
|
||||
__channel__ = "streamking"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@ list_language = IDIOMAS.values()
|
||||
list_servers = ['verystream', 'openload', 'streamango', 'vidlox', 'youtube']
|
||||
list_quality = ['default']
|
||||
|
||||
host = "https://www.tantifilm.cafe"
|
||||
__channel__ = "tantifilm"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
@@ -11,8 +11,9 @@ from core.item import Item
|
||||
from platformcode import logger
|
||||
from specials import autoplay
|
||||
|
||||
channel = "toonitalia"
|
||||
host = "https://toonitalia.org"
|
||||
__channel__ = "toonitalia"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
headers = [['Referer', host]]
|
||||
|
||||
list_servers = ['wstream', 'openload', 'streamango']
|
||||
|
||||
Reference in New Issue
Block a user