Skip to content

maniacs-satm/freetutorials-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Script to download Videos from freetutorials.ca

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%