LordH3lmchen / TwitchDownloader

A download tool for past broadcasts.
GNU General Public License v3.0
67 stars 9 forks source link

Feature: CLI #8

Closed fionera closed 6 years ago

fionera commented 6 years ago

Hi,

it would be awesome to have a CLI :)

LordH3lmchen commented 6 years ago

There is a tool called youtube-dl. That I use all the time. This Project was just for me to learn Java (Swing).

youtube-dl is well maintained and a lot better than my Java Tool.

https://github.com/rg3/youtube-dl https://pypi.org/project/youtube_dl/

I run this on my phone (Android, via an app called "termux" - use F-Droid to download it), on Windows, and mainly on Linux.

Just use pip to install it.

pip install youtube_dl