From c7959feadbc0bd83883a326644dbd53dc7eea885 Mon Sep 17 00:00:00 2001 From: Mathieu Beligon <mathieu@feedly.com> Date: Sat, 7 Dec 2019 00:31:21 -0500 Subject: [PATCH] [common] (twitch-dset) add 4k video downloader for mac in doc --- common/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/README.md b/common/README.md index d9d0f12..c62882c 100644 --- a/common/README.md +++ b/common/README.md @@ -55,9 +55,12 @@ brew install ffmpeg You should follow [this tutorial](https://video.stackexchange.com/questions/20495/how-do-i-set-up-and-use-ffmpeg-in-windows). -##### TwitchLeecher +##### Twitch Video Downloader -We use [TwitchLeecher](https://github.com/Franiac/TwitchLeecher/releases) to download the videos. Unfortunately, it is only available on Windows. If you find a way to download entire videos on Mac, please update this README. +You have 2 options to download the videos: + + - [TwitchLeecher](https://github.com/Franiac/TwitchLeecher/releases). Unfortunately, it is only available on Windows. + - [4k Video Downloader](https://www.4kdownload.com/products/product-videodownloader). It works on windows, Mac and Linux. #### Procedure to process a video -- GitLab