A utility to download courses/videos from learningcrux.com by using Youtube-DL
install from pypi.org
$ sudo pip install learningcrux-dl
The tool can be accesed via lcx-dl
command.
eg.
$ lcx-dl --url https://www.learningcrux.com/course/some-course
Make sure you provide
--url
or-u
which is required.
and it will download the whole course.
You can also provide --output <your-path-here>
to save on your desired directory.
eg.
$ lcx-dl --url https://www.learningcrux.com/course/some-course --output ~/udemy
and it will save in the given path.
Flag | Usage |
---|---|
-u --url |
url of course/video from learningcrux |
-o --output |
Output path |
- Cannot resume download. (will be fixed in future updates)
- Cannot download single video. (Releasing ASAP)
- Uses youtube-dl so downloading can be done sequencially (no multithreads for now)
- SwapnilSoni1999 (Unlicensed)