updating json + dynimininininic chanels
This commit is contained in:
@@ -3,20 +3,22 @@
|
||||
"altadefinizione01_link": "http://altadefinizione01.link",
|
||||
"altadefinizione01": "https://altadefinizione01.to",
|
||||
"altadefinizioneclick": "https://altadefinizione.cloud",
|
||||
|
||||
"altadefinizioneclub": "https://altadefinizione.cloud",
|
||||
"altadefinizionehd": "https://altadefinizionehd.org",
|
||||
"altadefinizionehd": "https://altadefinizione.doctor",
|
||||
"animeforge": "https://ww1.animeforce.org",
|
||||
"animeleggendari": "https://animepertutti.com",
|
||||
"animestream": "https://www.animeworld.it",
|
||||
"animespace": "https://animespace.tv",
|
||||
"animesubita": "http://www.animesubita.org",
|
||||
"animetubeita": "http://www.animetubeita.com",
|
||||
"animevision": "https://www.animevision.it",
|
||||
"animeworld": "https://www.animeworld.it",
|
||||
"asiansubita": "http://asiansubita.altervista.org",
|
||||
"casacinema": "https://www.casacinema.site",
|
||||
"cb01anime": "http://www.cineblog01.ink/anime/",
|
||||
"casacinemainfo": "https://www.casacinema.info",
|
||||
"cb01anime": "http://www.cineblog01.ink",
|
||||
"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",
|
||||
|
||||
@@ -10,7 +10,8 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
host = "https://altadefinizione.doctor"
|
||||
__channel__ = 'altadefinizionehd'
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
@@ -12,7 +12,8 @@ from core.item import Item
|
||||
from platformcode import config, logger
|
||||
from servers.decrypters import adfly
|
||||
|
||||
host = "https://ww1.animeforce.org"
|
||||
__channel__ = "animeforge"
|
||||
host = config.get_channel_url(__channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
|
||||
@@ -12,7 +12,8 @@ from lib.js2py.host import jsfunctions
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay, autorenumber
|
||||
|
||||
host = "https://animepertutti.com"
|
||||
__channel__ = "animeleggendari"
|
||||
host = config.get_addon_version(__channel__)
|
||||
|
||||
# Richiesto per Autoplay
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
@@ -15,7 +15,8 @@ from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
from specials import renumbertools
|
||||
|
||||
host = "https://animespace.tv/"
|
||||
__channel__ = "animespace"
|
||||
host = config.get_addon_version(__channel__)
|
||||
|
||||
checklinks = config.get_setting('checklinks', 'animespace')
|
||||
checklinks_number = config.get_setting('checklinks_number', 'animespace')
|
||||
|
||||
@@ -13,8 +13,8 @@ from core import httptools, scrapertools, tmdb, support
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "http://www.animesubita.org"
|
||||
|
||||
__channel__ = "animesubita"
|
||||
host = config.get_addon_version(__channel__)
|
||||
PERPAGE = 20
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -10,7 +10,8 @@ from core import httptools, scrapertools, tmdb
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "http://www.animetubeita.com"
|
||||
__channel__ = "animetubeita"
|
||||
host = config.get_addon_version(__channel__)
|
||||
hostlista = host + "/lista-anime/"
|
||||
hostgeneri = host + "/generi/"
|
||||
hostcorso = host + "/category/serie-in-corso/"
|
||||
|
||||
@@ -13,7 +13,8 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay, autorenumber
|
||||
|
||||
host = config.get_setting("channel_host", 'animeworld')
|
||||
__channel__ = "animeworld"
|
||||
host = config.get_addon_version(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
IDIOMAS = {'Italiano': 'Italiano'}
|
||||
|
||||
@@ -12,8 +12,8 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
host = 'https://www.casacinema.site'
|
||||
|
||||
__channel__ = "casacinema"
|
||||
host = config.get_addon_version(__channel__)
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['verystream', 'openload', 'wstream', 'speedvideo']
|
||||
|
||||
@@ -8,8 +8,8 @@ from core.item import Item
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
host = 'https://casacinema.info'
|
||||
|
||||
__channel__ = "casacinemainfo"
|
||||
host = config.get_addon_version(__channel__)
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['verystream', 'openload', 'wstream', 'speedvideo']
|
||||
|
||||
@@ -10,8 +10,8 @@ from core import httptools, scrapertools, servertools, tmdb
|
||||
from core.item import Item
|
||||
from platformcode import logger, config
|
||||
|
||||
host = "https://www.cineblog01.pink"
|
||||
|
||||
__channel__ = "cb01anime"
|
||||
host = config.get_addon_version(__channel__)
|
||||
#esclusione degli articoli 'di servizio'
|
||||
blacklist = ['AVVISO IMPORTANTE – CB01.ROCKS', 'Lista Alfabetica Completa Anime/Cartoon', 'CB01.UNO ▶ TROVA L’INDIRIZZO UFFICIALE']
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ list_quality = ['default']
|
||||
checklinks = config.get_setting('checklinks', 'cinemalibero')
|
||||
checklinks_number = config.get_setting('checklinks_number', 'cinemalibero')
|
||||
|
||||
host = 'https://www.cinemalibero.icu'
|
||||
|
||||
__channel__ = "cinemalibero"
|
||||
host = config.get_addon_version(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ from core import scrapertools, httptools, scrapertoolsV2, support
|
||||
from core.item import Item
|
||||
from specials import autoplay
|
||||
|
||||
host = 'https://cinemastreaming.icu'
|
||||
|
||||
__channel__ = "cinemastreaming"
|
||||
host = config.get_addon_version(__channel__)
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
list_servers = ['openload', 'streamango']
|
||||
|
||||
Reference in New Issue
Block a user