A utility to download courses/videos from freetutorials.ca by using Youtube-DL
install from pypi.org
$ sudo pip install freetutorials-dlThe tool can be accesed via fts-dl command.
eg.
$ fts-dl --url https://www.freetutorials.ca/course/some-courseMake sure you provide
--urlor-uwhich 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_courseand it will save in the given path.
| Flag | Usage |
|---|---|
| -u --url |
url of course/video from learningcrux |
| -o --output |
Output path |
- TimilsinaBimal (MIT)