A utility for downloading CloudAcademy.com lecture videos.
Project description
This script can be used to download CloudAcademy lecture videoes so that they can be viewed offline. This inspiration for this script came from the Coursera Downloader.
Disclaimer
This tool is only meant to be used only if you CloudAcademy account supports lecture downloads.
Installation instructions
This script requires Python 3 and a CloudAcademy account. The preferred way to install this script is to use pip as this will download the latest version from PyPI and all the necessary dependencies.
pip install cloudacademy-dl
Alternatively, one can clone this repository and install the dependencies manually or using pip via
pip install -r requirements.txt
Usage Instructions
To download a course, all you need to do is run the script specifying your CloudAcademy.com username, and the URL of the course that you would like to download:
cloudacademy-dl --email=<CloudAcademy login email> <course url>
The script will then ask you for you CloudAcademy account password before it can start the download.
The optional command line arguments for the script are:
--help Prints out the list of command line arguments. --password=<pass> The password for your CloudAcademy account. If this is not passed in as a command line argument it will be asked for before the download can start. --res=<resolution> The required video resolution. Allowed values are 360, 720, and 1080. The default value for this argument is 1080. --out=<output_dir> The directory where the videos are saved. If this command line argument is not specified, then they will be saved in current directory under courses/.
Contact information
Please report any bugs and issues on github. Additionaly I can also be reached on twitter under the handle [@josefgalea](http://twitter.com/josefgalea).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cloudacademy-dl-0.1.1.tar.gz
.
File metadata
- Download URL: cloudacademy-dl-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59584d9501d6a1abeef97306befe11aed3c878c6653827200344a6df2b60981f |
|
MD5 | 89ad3d9b3c21724439f3eb1636cdc565 |
|
BLAKE2b-256 | 5d221768cc25c6c71a9af6701d7645238b868209bdd812c730fde88c60a50f3f |