soraxas / echo360

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

Will not work after echo360 fully transitions to new domain on echo360.net.au #38

Closed cloudrac3r closed 3 years ago

cloudrac3r commented 3 years ago

They're moving domains. Accessing https://echo360.org.au/ currently redirects to a login page on echo360.net.au.

The downloader can still be used if you can manage to get logged in on echo360.org.au without hitting that redirect. (I managed to do this by clicking a link on my course's Blackboard page.)

But if you do hit the redirect, the downloader will fail, because it doesn't think it's really logged in.

BenThurber commented 3 years ago

Changing "org" to "net" in the code seems to fix it. I made a PR here.

cloudrac3r commented 3 years ago

Awesome, thank you for that!