Giter VIP home page Giter VIP logo

cloudacademy-dl's Introduction

CloudAcademy Downloader

Latest version on PyPI Downloads from PyPI

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 meant to be used only if your 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.

cloudacademy-dl's People

Contributors

josefeg avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.