Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

udemy-dl v0.4

Compare
Choose a tag to compare
@r0oth3x49 r0oth3x49 released this 26 Feb 13:39
· 136 commits to master since this release

udemy-dl v0.4, added feature to download specific chapter, chapter(s) range, lecture or lecture(s) from chapter or chapter(s) range. replaced some old option with new one.

Features

  • Download spacific chapter in a course (option: -c / --chapter) thanks to @alfari16.
  • Download chapter(s) by providing range in a course (option: --chapter-start, --chapter-end).
  • Download specific lecture in a chapter (option: -l / --lecture).
  • Download lecture(s) by providing range in a chapter (option: --lecture-start, --lecture-end).
  • Changed (option: -l / --list-infos) by (option: --info).
  • Changed (option: -c / --configs) by (option: --cache).
  • Changed (option: -s / --save-links) by (option: --save).
  • Changed (option: -r / --resolution) by (option: -q / --quality).
  • Removed (option: -d / --get-default).