Removed debugger String

This commit is contained in:
Alhaziel
2019-03-20 09:47:27 +01:00
committed by mac12m99
parent 865353a613
commit 3f793cac34

View File

@@ -27,8 +27,8 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
headers = [["User-Agent", "Mozilla/5.0 (Windows NT 6.1; rv:54.0) Gecko/20100101 Firefox/54.0"]]
import web_pdb;
web_pdb.set_trace()
# import web_pdb;
# web_pdb.set_trace()
# First access
httptools.downloadpage("http://backin.net/s/streams.php?s=%s" % page_url, headers=headers)