learningcrux-dl

Downloader for learningcrux.com


Keywords
learningcrux, downloader, learningcrux-dl, lcx-dl
License
Unlicense
Install
pip install learningcrux-dl==1.0.2

Documentation

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

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

License

  • SwapnilSoni1999 (Unlicensed)

Huge thanks to all Contributors