Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.08 KB

freetutorials-dl

A utility to download courses/videos from freetutorials.ca by using Youtube-DL


How to use

install from pypi.org

$ sudo pip install freetutorials-dl

Instructions

The tool can be accesed via fts-dl command. eg.

$ fts-dl --url https://www.freetutorials.ca/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.

$ fts-dl --url https://www.freetutorials.ca/course/some-course --output ~/my_course

and it will save in the given path.

Command Docs

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

License

  • TimilsinaBimal (MIT)

Huge thanks to Swapnil Soni