From c163d7abc037bd2f59abd74f7e81cf654ef73a78 Mon Sep 17 00:00:00 2001 From: Daniel Twardowski Date: Wed, 1 Nov 2017 23:03:08 -0400 Subject: [PATCH] removed leftover debugging output --- youtube_dl/extractor/adobepass.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/extractor/adobepass.py b/youtube_dl/extractor/adobepass.py index f25f88367..af407fe35 100644 --- a/youtube_dl/extractor/adobepass.py +++ b/youtube_dl/extractor/adobepass.py @@ -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: