This commit is contained in:
marco
2020-04-15 17:58:23 +02:00
parent f14b3edfe0
commit 0ccc36dc07
3 changed files with 0 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------
# Ringraziamo Icarus crew
# Canale per cinetecadibologna
# ------------------------------------------------------------
from core.item import Item

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------
# Ringraziamo Icarus crew
# Canale per documentaristreamingda
# ------------------------------------------------------------

View File

@@ -74,8 +74,6 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
captcha = platformtools.show_recaptcha(sitekey, page_url.replace('116.202.226.34', 'wstream.video')) if sitekey else ''
possibleParam = scrapertools.find_multiple_matches(data,r"""<input.*?(?:name=["']([^'"]+).*?value=["']([^'"]*)['"]>|>)""")
from core import support
support.dbg()
if possibleParam and possibleParam[0]:
post = {param[0]: param[1] for param in possibleParam if param[0]}
if captcha: post['g-recaptcha-response'] = captcha