csaftoiu / yahoo-groups-backup

A python script to backup the contents of private Yahoo! groups.
The Unlicense
37 stars 18 forks source link

switched to breadth first recursion #45

Closed gregjan closed 6 years ago

gregjan commented 6 years ago

This changes the recursion to remove the necessity for tabbed browser windows. Instead it processes files first, before loading a new subfolder in the current window. Stale elements from the Splinter API were causing problems previously..

Also fixed named parameters for login and password to the scraper module. Also fixes login page detection for the ' ' they seem to have added in the button/input text (to prevent wrapping)

Seems to be working fine for me with these revisions. Most appreciative of this scraper library. Using it now to backup the files for my neighborhood association. All the best, Greg

csaftoiu commented 6 years ago

Awesome, thanks for the contribution :)