Skip to content

A basic CLI tool for downloading videos from twitch.tv

Notifications You must be signed in to change notification settings

aeerso/twitch-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📹 Twitch Downloader

A basic CLI tool for downloading videos from twitch.tv

It is still in a very alpha stage, a complete description and features coming soon. It is written with python3 and uses ffmpeg for downloading and encoding, also no login required.

How to use:

Download FFmpeg executable for your OS and place it the project folder

Install dependencies: pip install -r requirements.txt

Run twitch-dl: python3 twitch-dl.py [one or multiple video-id or twitch video urls]

TODO:

  • Support for multiple quality (default: best quality)
  • Support for multiple links/videos (commit 63e8fa2)
  • Support for pausing/resuming
  • Support for custom filenames (default: out.mp4) (commit 39bbf02)
  • Rework the code (It is mostly a dirty hack) (commit e32e72d)

About

A basic CLI tool for downloading videos from twitch.tv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages