ilcorsaronero forzato .link

This commit is contained in:
marco
2020-12-10 22:45:31 +01:00
parent f7feeb515c
commit ffb2857031
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -29,7 +29,8 @@
"guardaserieicu": "https://guardaserie.today", "guardaserieicu": "https://guardaserie.today",
"hd4me": "https://hd4me.net", "hd4me": "https://hd4me.net",
"ilgeniodellostreaming": "https://ilgeniodellostreaming.cat", "ilgeniodellostreaming": "https://ilgeniodellostreaming.cat",
"ilgeniodellostreaming_cam": "https://ilgeniodellostreaming.gold", "ilgeniodellostreaming_cam": "https://ilgeniodellostreaming.gold",
"ilcorsaronero": "https://ilcorsaronero.link",
"italiaserie": "https://italiaserie.best", "italiaserie": "https://italiaserie.best",
"mondoserietv": "https://mondoserietv.fun", "mondoserietv": "https://mondoserietv.fun",
"piratestreaming": "https://www.piratestreaming.date", "piratestreaming": "https://www.piratestreaming.date",
@@ -50,8 +51,7 @@
"cineblog01": "https://cb01.uno", "cineblog01": "https://cb01.uno",
"film4k": "https://film4k-nuovo.link", "film4k": "https://film4k-nuovo.link",
"filmpertutti": "https://filmpertutti.nuovo.live", "filmpertutti": "https://filmpertutti.nuovo.live",
"ilcorsaronero": "https://lagazzettadelcorsaro.com", "seriehd": "https://nuovoindirizzo.info/seriehd/",
"seriehd": "https://nuovoindirizzo.info/seriehd/",
"tantifilm": "https://www.tantifilm.wiki" "tantifilm": "https://www.tantifilm.wiki"
} }
} }
+5 -5
View File
@@ -5,12 +5,12 @@
from core import support from core import support
def findhost(url): # def findhost(url):
data = support.httptools.downloadpage(url).data # data = support.httptools.downloadpage(url).data
url = support.scrapertools.find_single_match(data, '<li><a href="([^"]+)') # url = support.scrapertools.find_single_match(data, '<li><a href="([^"]+)')
return url[:-1] if url.endswith('/') else url # return url[:-1] if url.endswith('/') else url
host = support.config.get_channel_url(findhost) host = support.config.get_channel_url()
support.info('HOST',host) support.info('HOST',host)
# host = 'https://ilcorsaronero.xyz' # host = 'https://ilcorsaronero.xyz'
headers = [['Referer', host]] headers = [['Referer', host]]
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"active": true, "active": true,
"find_videos": { "find_videos": {
"ignore_urls": [], "ignore_urls": ["https://embed.mystream.to/span"],
"patterns": [ "patterns": [
{ {
"pattern": "my?stream\\.(?:\\w+\\.)?[^/]+/(?:external|watch/|embed-)?([0-9a-zA-Z_]+)", "pattern": "my?stream\\.(?:\\w+\\.)?[^/]+/(?:external|watch/|embed-)?([0-9a-zA-Z_]+)",