A utility to download courses/videos from freetutorials.ca by using Youtube-DL
install from pypi.org
$ sudo pip 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.
Flag | Usage |
---|---|
-u --url |
url of course/video from learningcrux |
-o --output |
Output path |
- TimilsinaBimal (MIT)