fix seriehd
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"cineblog01": "https://cb01.uno",
|
"cineblog01": "https://cb01.uno",
|
||||||
"eurostreaming": "https://eurostreaming.link",
|
"eurostreaming": "https://eurostreaming.link",
|
||||||
"ilcorsaronero": "https://lagazzettadelcorsaro.com",
|
"ilcorsaronero": "https://lagazzettadelcorsaro.com",
|
||||||
"seriehd": "https://nuovoindirizzo.info/seriehd",
|
"seriehd": "https://nuovoindirizzo.info/seriehd/",
|
||||||
"serietvonline": "https://serietvonline.online",
|
"serietvonline": "https://serietvonline.online",
|
||||||
"tantifilm": "https://www.tantifilm.wiki",
|
"tantifilm": "https://www.tantifilm.wiki",
|
||||||
"film4k": "https://film4k-nuovo.link"
|
"film4k": "https://film4k-nuovo.link"
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@ def search(item, texto):
|
|||||||
|
|
||||||
|
|
||||||
item.contentType = 'tvshow'
|
item.contentType = 'tvshow'
|
||||||
item.url = host + "/?s=" + texto
|
item.url = host + "/search/" + texto
|
||||||
try:
|
try:
|
||||||
return peliculas(item)
|
return peliculas(item)
|
||||||
# Continua la ricerca in caso di errore .
|
# Continua la ricerca in caso di errore .
|
||||||
|
|||||||
+1
-2
@@ -544,8 +544,7 @@ class UnshortenIt(object):
|
|||||||
if uri == prev_uri:
|
if uri == prev_uri:
|
||||||
logger.info('Use Cloudscraper')
|
logger.info('Use Cloudscraper')
|
||||||
uri = httptools.downloadpage(uri, timeout=self._timeout, headers=headers, follow_redirects=False, cf=True).headers['location']
|
uri = httptools.downloadpage(uri, timeout=self._timeout, headers=headers, follow_redirects=False, cf=True).headers['location']
|
||||||
# from core import support
|
|
||||||
# support.dbg()
|
|
||||||
if "snip." in uri:
|
if "snip." in uri:
|
||||||
if 'out_generator' in uri:
|
if 'out_generator' in uri:
|
||||||
uri = re.findall('url=(.*)$', uri)[0]
|
uri = re.findall('url=(.*)$', uri)[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user