soraxas / echo360

Commandline tool for automated downloads of echo360 videos hosted by university
https://cs.tinyiu.com/echo360
MIT License
276 stars 52 forks source link

Implement login caching for Chrome #85

Closed zazer0 closed 1 month ago

zazer0 commented 1 month ago

Just added a flag to the tool's args, and passed it through to the Selenium ChromeDriver :)

Saves browser data - including cookies, which have the login - to the current directory (following naming convention of _default_out_Path).

zazer0 commented 1 month ago

This should close #82 !

soraxas commented 1 month ago

Thanks @zazer0!

I've clarified the usage a bit and renamed the flag as --persistent-session / -P as that's what it's actually doing. Overall seems good!