Fixed sso & 2fa cookie gen bug Fixed #3 & #8. Added file type filtering Fixed #2

This commit is contained in:
Eddy Hintze
2020-01-19 22:31:43 -05:00
parent b0a06d8bc0
commit 7168258191
4 changed files with 33 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ def generate_cookie(cookie_path):
driver.get('https://www.humblebundle.com/login')
while '/login' in driver.current_url:
while '/home/library' not in driver.current_url:
# Waiting for the user to login
time.sleep(.25)