Skip to content

maniacs-satm/learningcrux-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Downloader for learningcrux [BETA]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%