SwapnilSoni1999 / learningcrux-dl

Downloader for learningcrux [BETA]
The Unlicense
11 stars 7 forks source link

learningcrux-dl

A utility to download courses/videos from learningcrux.com by using Youtube-DL


How to use

install from pypi.org

$ sudo pip install learningcrux-dl

Instructions

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.

Command Docs

Flag Usage
-u
--url
url of course/video from learningcrux
-o
--output
Output path

Limitations

License

Huge thanks to all Contributors