From c8dfabe7141832a649d2c420ce23973bdd333a9a Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 12 Feb 2019 15:55:22 +0100 Subject: [PATCH] Add Homebrew "streamlink" formula Add the formula for streamlink (1), a CLI for extracting streams from various websites to a video player of your choosing by using "FFMPEG" and "youtube-dl". References: (1) https://streamlink.github.io Resolves GH-178 --- snowflakes/homebrew/Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/snowflakes/homebrew/Brewfile b/snowflakes/homebrew/Brewfile index d6aeff9..582db73 100644 --- a/snowflakes/homebrew/Brewfile +++ b/snowflakes/homebrew/Brewfile @@ -112,6 +112,7 @@ brew "sassc" brew "shellcheck" brew "shellharden" brew "sqlite" +brew "streamlink" brew "task", args: ["without-gnutls"] brew "terminal-notifier" brew "timewarrior"