This commit is contained in:
Alhaziel01
2020-09-15 16:27:28 +02:00
parent d3cb75b4aa
commit c57f4ae587

View File

@@ -61,7 +61,7 @@ def test_video_exists(page_url):
# Returns an array of possible video url's from the page_url
def get_video_url(page_url, premium=False, user="", password="", video_password=""):
from core.support import dbg;dbg()
# from core.support import dbg;dbg()
def int_bckup_method():
global data,headers
page_url = scrapertools.find_single_match(data, r"""<center><a href='(https?:\/\/wstream[^']+)'\s*title='bkg'""")