1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 10:24:33 +01:00

removed leftover debugging output

This commit is contained in:
Daniel Twardowski 2017-11-01 23:03:08 -04:00
parent ae0fa82efa
commit c163d7abc0

View File

@ -1464,8 +1464,6 @@ class AdobePassIE(InfoExtractor):
# In general, if you're connecting from a Verizon-assigned IP,
# you will not actually pass your credentials.
provider_redirect_page, urlh = provider_redirect_page_res
with open('provider_redirect_page.html', 'w') as outFile:
outFile.write(provider_redirect_page)
#if 'Please wait ...' in provider_redirect_page: # window.onload=function redirect(){
# From non-Verizon IP, still gave 'Please wait', but noticed N==Y; will need to try on Verizon IP
if 'Please wait ...' in provider_redirect_page and "'N'== \"Y\"" not in provider_redirect_page: