Merge commit '5acdb1391785a394fae4e515d0ca499b53fb585a'

This commit is contained in:
tauqua 2020-09-13 09:39:52 -05:00
commit 16589da82c

View file

@ -538,6 +538,7 @@ def main():
valid = history['urls'].difference(ignore)
if len(valid) > 0:
with create_driver(args.enable_images, args.mute) as driver:
driver.get('https://itch.io/login')
# manually log in
input('A new Firefox window was opened. Log in to itch then click enter to continue')
for i, url in enumerate(valid):