Git Product home page Git Product logo

kinescope-dl's Introduction

kinescope-dl

Video downloader for kinescope.io

Installation

Download and unpack the script or clone it:

git clone https://github.com/anijackich/kinescope-dl.git

FFmpeg and mp4decrypt binaries should be in the same directory as the project.

Use a virtual environment (optional)
python -m venv venv

On Windows, run:

venv\Scripts\activate.bat

On Unix or MacOS, run:

source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Usage

python kinescope-dl.py
> KINESCOPE URL or VIDEO ID: https://kinescope.io/123456789
> REFERER URL (optional): https://example.com
1) 360p
2) 480p
3) 720p
4) 1080p
> QUALITY: 4

KINESCOPE URL — url of the video on Kinescope (e.g. https://kinescope.io/123456789)

VIDEO ID — id of the video, REFERER URL will not be asked if you specify it (e.g. 1a2b3c4d-5e6f-7g8h-9i10-11j12k13l14m)

REFERER URL — url of the site where the video is embedded (e.g. https://example.com)

= DOWNLOADING =================
Video: 100%|██████████| [10/10]
Audio: 100%|██████████| [4/4]
===============================

Videos will be saved in this directory.

kinescope-dl's People

Contributors

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