Skip to content

Releases: csyezheng/coursera-helper

fix some erros

09 Dec 06:48
Compare
Choose a tag to compare

check if the url exists when downloading resources

fix the error that the mp4 video download link does not exist

06 Nov 16:14
Compare
Choose a tag to compare

fix the error that the mp4 video download link does not exist

Fix coursera-dl to work and major tweaks

14 Oct 08:26
Compare
Choose a tag to compare

Fix:

  • fix .unescape error in Python 3.9 and above
  • fix course outline pasing error
  • fix syntax error
  • fix unit test
  • fix login failed error

Features:

  • add --browser-cookie argument to specify automatically extract CAUTH value from the browser cookie.
  • add support for login using browser, and --headless argument can be used to contronl.
  • add github actions workflow to run unit test

Refactor:

  • rename project
  • update python version of support
  • move test