Open EugeneLoy opened 4 years ago
Since you're on it, do you think you could also take a look at https://github.com/coursera-dl/edx-dl/issues/573?
@balta2ar Ok, I'll look into it later this week.
@balta2ar Hi. I've amended this PR, so login will work on other openedx sites (ones that received no change to the login process).
This fixes #573 (fun-mooc.fr).
Note, however that this is somewhat nominal fix, as it seems that downloading video from fun-mooc.fr is broken in it's own way.
I've tried couple of courses and only resources were downloaded (not video). It looks to me that the problem is either because FUN does not host videos on youtube or something is broken with parsing FUN course pages.
Anyway, this is just a guess as I am not willing to tackle this issue.
@balta2ar Thank you for merging #569 Based on troubleshooting from #559 there is small tweak to login endpoints that should be made in order to fix the problem for all users. This PR addresses this.