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:
parent
ae0fa82efa
commit
c163d7abc0
@ -1464,8 +1464,6 @@ class AdobePassIE(InfoExtractor):
|
|||||||
# In general, if you're connecting from a Verizon-assigned IP,
|
# In general, if you're connecting from a Verizon-assigned IP,
|
||||||
# you will not actually pass your credentials.
|
# you will not actually pass your credentials.
|
||||||
provider_redirect_page, urlh = provider_redirect_page_res
|
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(){
|
#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
|
# 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:
|
if 'Please wait ...' in provider_redirect_page and "'N'== \"Y\"" not in provider_redirect_page:
|
||||||
|
Loading…
Reference in New Issue
Block a user