Ivan Habunek 4a86cb16c8
Use relative paths in generated m3u8 playlist
Since we're using relative paths for initi segments, and paths are
relative to the path where the playlist is located, this seems sensible.
Allows the folder to be moved, and the playlist will still work.
2024-08-30 11:44:07 +02:00
2024-08-30 08:25:52 +02:00
2024-04-10 08:32:21 +02:00
2018-01-25 11:09:20 +01:00
2024-08-30 11:42:21 +02:00
2024-03-25 09:10:36 +01:00
2022-03-13 14:11:59 +01:00
2022-03-13 14:11:59 +01:00
2024-08-30 08:25:52 +02:00
2024-08-30 08:25:52 +02:00
2018-01-25 11:09:20 +01:00
2024-08-30 08:05:03 +02:00
2024-03-29 08:43:31 +01:00
2022-08-17 09:22:16 +02:00
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.8 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

Description
No description provided
Readme 1.8 MiB
Languages
Python 98.4%
Makefile 1.1%
CSS 0.5%