A utility to download courses/videos from freetutorials.ca by using Youtube-DL
Install from pypi.org
$ pip install freetutorials-dl
$ pip3 install freetutorials-dl
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.
-u
or--url
: The Course Url to download(Copy it from Course page)-o
or--output
: Path to save the video--help
: Help
- TimilsinaBimal (MIT)