Giter VIP home page Giter VIP logo

streamdownloader's Introduction

Stream Downloader Build Status

A small program for downloading livestreams and videos.

Prerequisites

Installing Python

In order to use Stream Downloader, you must have Python installed.

Windows and Mac

You can download an installer from the Python website (you need to install version 3 or above). Make sure to add Python to your path if the installer asks you to. Otherwise you may need to do this manually.

Linux

If your distribution doesn't come with Python 3, you should be able to install it using your package manager. For example, on Ubuntu, this is done by typing the following at the command line:

sudo apt-get install python3

You might also need to install the python3-tk package:

sudo apt-get install python3-tk

Note that you will most likely need to replace the python and pip commands with python3 and pip3.

Installing livestreamer

Once Python is installed and in your path, you need to install livestreamer. This is done by opening the command line and typing:

pip install livestreamer

Windows: You can open the command line by pressing the Windows key and the R key at the same time, typing cmd in the window that pops up and clicking on the OK button or pressing enter.

Installing Stream Downloader

In order to use Stream Downloader, just clone this repository or download it and decompress it in a directory of your choice.

Usage

To launch Stream Downloader, just open the file main.py with Python. You can also run it on the command line by typing:

cd "path/to/the/stream/downloader/directory"
python main.py

streamdownloader's People

Contributors

xshill avatar shill87 avatar

Watchers

James Cloos 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.