Giter Site home page Giter Site logo

edx-downloader's Introduction

DESCRIPTION

Simple tool to download video lectures from edx.com . It requires the Python interpreter (v 2.x or 3.x), youtube-dl, BeautifulSoup4 and it's platform independent. It should work fine in your Unix box, in Windows or in Mac OS X .

DEPENDENCIES

youtube-dl

We use youtube-dl to download video lectures from youtube "We don't wanna reinvent the wheel :)". Make sure you have youtube-dl installed in your system .

You can find youtube-dl here : https://github.com/rg3/youtube-dl

BeautifulSoup

Scrapping the web can be very silly task, but BeautifulSoup makes it so easy :), it isn't included in the python standard library . Make sure you have BeautifulSoup installed .

You can install it with

pip install beautifulsoup4 

or

easy_install beautifulsoup4.

For more info : http://www.crummy.com/software/BeautifulSoup/#Download

Files

edx-dl.py

Python2 implementation for edx-downloader

edx-downloader.py

The original file written by shk3 in/for python3 then updated by emadshaaban92 using 2to3 .

USAGE

For Python2.x

use edx-dl.py , simply excute it with 2 agrument "email,password"

Example
python edx-dl.py [email protected] 123456

Your downloaded videos will be placed in a new Directory called "Downloaded"

The script is very interactive , if you have a issue please tell us .

For Python3.x

Instructions are the same as Python2.x except you should use edx-downloader.py instead of edx-dl.py

Example
python3 edx-downloader.py [email protected] 123456

edx-downloader's People

Watchers

 avatar  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.