Go to file
2024-03-23 07:56:50 +01:00
docs Bump version, add changelog 2024-01-06 19:43:48 +01:00
scripts Add support for version description in changelog 2022-08-17 11:07:04 +02:00
tests Expand clips tests 2022-08-20 11:16:47 +02:00
twitchdl Use an abstract base class for TokenBucket 2024-03-23 07:56:50 +01:00
.flake8 Initial commit 2018-01-25 11:09:20 +01:00
.gitignore Generate docs 2022-03-13 14:11:59 +01:00
book.css Generate docs 2022-03-13 14:11:59 +01:00
book.toml Generate docs 2022-03-13 14:11:59 +01:00
CHANGELOG.md Bump version, add changelog 2024-01-06 19:43:48 +01:00
changelog.yaml Bump version, add changelog 2024-01-06 19:43:48 +01:00
LICENSE Initial commit 2018-01-25 11:09:20 +01:00
Makefile Migrate to pyproject.toml 2024-03-23 07:31:40 +01:00
pyproject.toml Migrate to pyproject.toml 2024-03-23 07:31:40 +01:00
README.md Require python 3.7 2022-08-18 09:36:46 +02:00
requirements-dev.txt Add setuptools as dev dependency 2024-01-06 19:48:41 +01:00
TODO.md Add TODO 2022-08-17 09:22:16 +02:00
twitch-dl.1.scd Implement downloading clips 2020-04-11 16:07:17 +02:00

Twitch Downloader

CLI tool for downloading videos from twitch.tv

Inspired by youtube-dl but improves upon it by using multiple concurrent connections to make the download faster.

Resources

Requirements

  • Python 3.7 or later
  • ffmpeg, installed and on the system path

Quick start

See installation instructions to set up twitch-dl.

List videos from a channel.

twitch-dl videos bananasaurus_rex

List clips from a channel.

twitch-dl clips bananasaurus_rex

Download a video by URL.

twitch-dl download https://www.twitch.tv/videos/1418494769

or by ID

twitch-dl download 1418494769

Download a clip by URL

twitch-dl download https://www.twitch.tv/bananasaurus_rex/clip/PlacidColdClipsdadDeIlluminati-hL2s_aLE4CHvVN4J

or by slug

twitch-dl download PlacidColdClipsdadDeIlluminati-hL2s_aLE4CHvVN4J

For more info see the documentation.

License

Copyright 2018-2022 Ivan Habunek ivan@habunek.com

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html