ilcorsaronero forzato .link
This commit is contained in:
+3
-3
@@ -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,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,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_]+)",
|
||||||
|
|||||||
Reference in New Issue
Block a user