Giter VIP home page Giter VIP logo

egghead-downloader's Introduction

Video downloader for egghead.io free courses.

Installation

git clone https://github.com/muhammad-ammar/egghead-downloader
pip install -r requirements.txt

Description

A command line program to download videos from egghead.io free courses. This code is only tested with Python 3.6.2

Usage

python downloader.py EGGHEAD_URL DESTINATION_DIRECTORY
python downloader.py https://egghead.io/courses/start-learning-react /Users/ma/Documents/egghead/

The above command will create a directory named as start-learning-react inside /Users/ma/Documents/egghead/ and download and save all videos in it.

egghead-downloader's People

Contributors

muhammad-ammar avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

egghead-downloader's Issues

#1 Exception in thread,Traceback (most recent call last)

Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Program Files\Python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "downloader.py", line 112, in run
download_video(directory, url)
File "downloader.py", line 121, in download_video
stderr=subprocess.PIPE
File "C:\Program Files\Python36\lib\subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Program Files\Python36\lib\subprocess.py", line 707, in init
restore_signals, start_new_session)
File "C:\Program Files\Python36\lib\subprocess.py", line 966, in _execute_child
args = list2cmdline(args)
File "C:\Program Files\Python36\lib\subprocess.py", line 461, in list2cmdline
needquote = (" " in arg) or ("\t" in arg) or not arg
TypeError: argument of type 'WindowsPath' is not iterable

I've got this problem, can you help me?

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.