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

Releases: r0oth3x49/udemy-dl

udemy-dl v1.1

21 Feb 13:01
Compare
Choose a tag to compare

Features:

  • Added functionality to reset lecture number to start from 1.
  • Added switch for session caching on demand. (option: --cache)

udemy-dl v1.0

12 Sep 11:39
Compare
Choose a tag to compare

Features:

  • Added proper session management.
  • Restructure code to make it bit nicer.
  • Added proper logging for errors and warning which fixes (#477).
  • Added support to download multiple courses from file.
  • Added support to download by default just EN subtitle. (could use --sub-lang to download others)
  • Added switch to keep WebVTT subtitles (option: --keep-vtt).
  • Added support to fetch/skip HLS streams such as 1080p etc. (option to skip --skip-hls).
  • Removed --names, --save switches.
  • Removed --cache switch as proper session management is added.
  • Removed --unsafe switch now unicode characters are handled properly in code.
  • Added support to download/skip all available assets for a video (options: --assets-only, --skip-assets).
  • Removed support for python 2 now only works with python 3

udemy-dl v0.5

21 May 01:59
Compare
Choose a tag to compare

udemy-dl v0.5, Added feature to authenticate using cookies, Added feature to save lecture titles to text file, Added feature to download courses containing unicode characters in title, added file to listdown contributors

Features

  • Download/save lecture names (option: --names).
  • Authentication using cookies (option: -k / --cookies) thanks to @jhonyyy90.
  • Download lectures containing unsafe unicode characters in title/name (option: --unsafe).

udemy-dl v0.4

26 Feb 13:39
Compare
Choose a tag to compare

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).

udemy-dl v0.3

30 Dec 07:52
Compare
Choose a tag to compare

udemy-dl is a python based command line utility that lets you download the courses from udemy.com in which you are already enrolled. by using udemy-dl you can download courses from your udemy account to your personal computer or laptop which you can use later for learning purposes & you can share with friends. currently not following Semantic versioning but may be in future i will add the proper way of Semantic versioning.