Disattivati mondoserietv, serietvonline, toonitalia e mystream
Tantifilm nuovo indirizzo
This commit is contained in:
+2
-2
@@ -38,6 +38,7 @@
|
|||||||
"serietvu": "https://www.serietvu.link",
|
"serietvu": "https://www.serietvu.link",
|
||||||
"streamingcommunity": "https://streamingcommunity.xyz",
|
"streamingcommunity": "https://streamingcommunity.xyz",
|
||||||
"streamtime": "https://t.me/s/StreamTime",
|
"streamtime": "https://t.me/s/StreamTime",
|
||||||
|
"tantifilm": "https://www.tantifilm.vision",
|
||||||
"toonitalia": "https://toonitalia.pro",
|
"toonitalia": "https://toonitalia.pro",
|
||||||
"vvvvid": "https://www.vvvvid.it"
|
"vvvvid": "https://www.vvvvid.it"
|
||||||
},
|
},
|
||||||
@@ -45,7 +46,6 @@
|
|||||||
"altadefinizioneclick": "https://altadefinizione-nuovo.click",
|
"altadefinizioneclick": "https://altadefinizione-nuovo.click",
|
||||||
"animealtadefinizione": "https://www.animealtadefinizione.it",
|
"animealtadefinizione": "https://www.animealtadefinizione.it",
|
||||||
"filmpertutti": "https://filmpertuttiii.nuovo.live",
|
"filmpertutti": "https://filmpertuttiii.nuovo.live",
|
||||||
"seriehd": "https://nuovoindirizzo.info/seriehd",
|
"seriehd": "https://nuovoindirizzo.info/seriehd"
|
||||||
"tantifilm": "https://tantinuovo.com/tantifilm-nuovo-indirizzo"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "mondoserietv",
|
"id": "mondoserietv",
|
||||||
"name": "MondoSerieTV",
|
"name": "MondoSerieTV",
|
||||||
"active": true,
|
"active": false,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "mondoserietv.png",
|
"thumbnail": "mondoserietv.png",
|
||||||
"bannermenu": "mondoserietv.png",
|
"bannermenu": "mondoserietv.png",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "serietvonline",
|
"id": "serietvonline",
|
||||||
"name": "SerieTvOnline",
|
"name": "SerieTvOnline",
|
||||||
"active": true,
|
"active": false,
|
||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "serietvonline.png",
|
"thumbnail": "serietvonline.png",
|
||||||
"bannermenu": "serietvonline.png",
|
"bannermenu": "serietvonline.png",
|
||||||
|
|||||||
@@ -10,13 +10,13 @@ from platformcode import logger
|
|||||||
from platformcode import config
|
from platformcode import config
|
||||||
|
|
||||||
|
|
||||||
def findhost(url):
|
# def findhost(url):
|
||||||
permUrl = httptools.downloadpage(url).data
|
# permUrl = httptools.downloadpage(url).data
|
||||||
host = scrapertools.find_single_match(permUrl, r'<a href="([^"]+)')
|
# host = scrapertools.find_single_match(permUrl, r'<a href="([^"]+)')
|
||||||
return host
|
# return host
|
||||||
|
|
||||||
|
|
||||||
host = config.get_channel_url(findhost)
|
host = config.get_channel_url()
|
||||||
headers = [['Referer', host]]
|
headers = [['Referer', host]]
|
||||||
|
|
||||||
player_iframe = r'<iframe.*?src="([^"]+)"[^>]+></iframe>\s*<div class="player'
|
player_iframe = r'<iframe.*?src="([^"]+)"[^>]+></iframe>\s*<div class="player'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id": "toonitalia",
|
"id": "toonitalia",
|
||||||
"name": "ToonItalia",
|
"name": "ToonItalia",
|
||||||
"language": ["ita", "sub-ita"],
|
"language": ["ita", "sub-ita"],
|
||||||
"active": true,
|
"active": false,
|
||||||
"thumbnail": "toonitalia.png",
|
"thumbnail": "toonitalia.png",
|
||||||
"banner": "toonitalia.png",
|
"banner": "toonitalia.png",
|
||||||
"categories": ["tvshow", "movie", "vos", "anime"],
|
"categories": ["tvshow", "movie", "vos", "anime"],
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"active": true,
|
"active": false,
|
||||||
"find_videos": {
|
"find_videos": {
|
||||||
"ignore_urls": ["https://embed.mystream.to/span"],
|
"ignore_urls": ["https://embed.mystream.to/span"],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
|
|||||||
Reference in New Issue
Block a user