test no findhost()

This commit is contained in:
marco
2019-12-06 23:44:03 +01:00
parent bf9471809e
commit 68229bef38
7 changed files with 53 additions and 46 deletions

View File

@@ -18,14 +18,15 @@ from core.item import Item
from platformcode import config, logger
#impostati dinamicamente da findhost()
host = ""
host = "https://www.altadefinizione01.cc"
headers = ""
def findhost():
global host, headers
data = httptools.downloadpage('https://altadefinizione01-nuovo.link/').data
host = scrapertoolsV2.find_single_match(data, '<div class="elementor-button-wrapper"> <a href="([^"]+)"')
headers = [['Referer', host]]
pass
# global host, headers
# data = httptools.downloadpage('https://altadefinizione01-nuovo.link/').data
# host = scrapertoolsV2.find_single_match(data, '<div class="elementor-button-wrapper"> <a href="([^"]+)"')
# headers = [['Referer', host]]
list_servers = ['verystream','openload','rapidvideo','streamango']
list_quality = ['default']

View File

@@ -22,16 +22,17 @@ from core import support
from core import scrapertoolsV2, httptools
from core.item import Item
host = ""
host = "https://casacinema.stream"
headers = ""
def findhost():
global host, headers
data = httptools.downloadpage('https://casacinema.nuovo.link').data
host = scrapertoolsV2.find_single_match(data, r'<div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="([^"]+)"')
headers = [['Referer', host]]
if host.endswith('/'):
host = host[:-1]
pass
# global host, headers
# data = httptools.downloadpage('https://casacinema.nuovo.link').data
# host = scrapertoolsV2.find_single_match(data, r'<div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="([^"]+)"')
# headers = [['Referer', host]]
# if host.endswith('/'):
# host = host[:-1]
list_servers = ['supervideo', 'streamcherry','rapidvideo', 'streamango', 'openload']

View File

@@ -11,21 +11,22 @@ from lib import unshortenit
from platformcode import logger, config
#impostati dinamicamente da findhost()
host = ""
host = "https://cb01.cx"
headers = ""
def findhost():
global host, headers
permUrl = httptools.downloadpage('https://www.cb01.uno/', follow_redirects=False).headers
if 'google' in permUrl['location']:
if host[:4] != 'http':
host = 'https://'+permUrl['location'].replace('https://www.google.it/search?q=site:', '')
else:
host = permUrl['location'].replace('https://www.google.it/search?q=site:', '')
else:
host = permUrl['location']
headers = [['Referer', host]]
pass
# global host, headers
# permUrl = httptools.downloadpage('https://www.cb01.uno/', follow_redirects=False).headers
# if 'google' in permUrl['location']:
# if host[:4] != 'http':
# host = 'https://'+permUrl['location'].replace('https://www.google.it/search?q=site:', '')
# else:
# host = permUrl['location'].replace('https://www.google.it/search?q=site:', '')
# else:
# host = permUrl['location']
# headers = [['Referer', host]]
list_servers = ['verystream', 'openload', 'streamango', 'wstream']
list_quality = ['HD', 'SD', 'default']

View File

@@ -17,14 +17,15 @@ from core.item import Item
from platformcode import config
#impostati dinamicamente da findhost()
host = ""
host = "https://eurostreaming.pink"
headers = ""
def findhost():
global host, headers
permUrl = httptools.downloadpage('https://eurostreaming.link/', follow_redirects=False).headers
host = 'https://www.'+permUrl['location'].replace('https://www.google.it/search?q=site:', '')
headers = [['Referer', host]]
pass
# global host, headers
# permUrl = httptools.downloadpage('https://eurostreaming.link/', follow_redirects=False).headers
# host = 'https://www.'+permUrl['location'].replace('https://www.google.it/search?q=site:', '')
# headers = [['Referer', host]]

View File

@@ -7,15 +7,16 @@
from core import scrapertoolsV2, httptools, support
from core.item import Item
host = ''
host = 'https://www.seriehd.moda'
headers = ''
def findhost():
global host, headers
data= httptools.downloadpage('https://seriehd.nuovo.link/').data
global host, headers
host = scrapertoolsV2.find_single_match(data, r'<div class="elementor-button-wrapper"> <a href="([^"]+)"')
headers = [['Referer', host]]
pass
# global host, headers
# data= httptools.downloadpage('https://seriehd.nuovo.link/').data
# global host, headers
# host = scrapertoolsV2.find_single_match(data, r'<div class="elementor-button-wrapper"> <a href="([^"]+)"')
# headers = [['Referer', host]]
list_servers = ['verystream', 'openload', 'streamango', 'thevideome']
list_quality = ['1080p', '720p', '480p', '360']

View File

@@ -22,14 +22,15 @@ from core.item import Item
__channel__ = "serietvonline"
host = ""
host = "https://serietvonline.monster"
headers = ""
def findhost():
global host, headers
data = httptools.downloadpage('https://serietvonline.me/').data
host = scrapertoolsV2.find_single_match(data, r'<a class="pure-button pure-button-primary" title=\'serie tv online\' href="([^"]+)">')
headers = [['Referer', host]]
pass
# global host, headers
# data = httptools.downloadpage('https://serietvonline.me/').data
# host = scrapertoolsV2.find_single_match(data, r'<a class="pure-button pure-button-primary" title=\'serie tv online\' href="([^"]+)">')
# headers = [['Referer', host]]
list_servers = ['akvideo', 'wstream', 'backin', 'vidtome', 'nowvideo']
list_quality = ['default']

View File

@@ -16,15 +16,16 @@ from platformcode import config, unify
from lib.unshortenit import unshorten_only
from lib import unshortenit
host = ''
host = 'https://www.tantifilm.eu'
headers = ''
def findhost():
global host, headers
permUrl = httptools.downloadpage('https://www.tantifilm.info/', follow_redirects=False).data
host = scrapertoolsV2.find_single_match(permUrl, r'<h2 style="text-align: center;"><a href="([^"]+)">Il nuovo indirizzo di Tantifilm è:</a></h2>')
if host.endswith('/'):
host = host[:-1]
headers = [['Referer', host]]
pass
# global host, headers
# permUrl = httptools.downloadpage('https://www.tantifilm.info/', follow_redirects=False).data
# host = scrapertoolsV2.find_single_match(permUrl, r'<h2 style="text-align: center;"><a href="([^"]+)">Il nuovo indirizzo di Tantifilm è:</a></h2>')
# if host.endswith('/'):
# host = host[:-1]
# headers = [['Referer', host]]
list_servers = ['verystream', 'openload', 'streamango', 'vidlox', 'youtube']
list_quality = ['default']