From 64151520e20f476e9ea3ae5bd33e4ec25dbf2a84 Mon Sep 17 00:00:00 2001 From: snobu Date: Mon, 20 Apr 2020 23:47:11 +0300 Subject: [PATCH] Add ffmpeg download link to README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 862d63a..9fd6bdb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Hopefully this doesn't break the end user agreement for Microsoft Stream. Since - **Node.js**: You'll need Node.js v10 or higher. A GitHub Action runs tests on all major Node versions on every commit. - **npm**: usually comes with Node.js, type `npm` in your terminal to check for its presence -- **ffmpeg**: a recent version (year 2019 or above), in `$PATH` or in the same directory as this README file (project root). +- [**ffmpeg**][ffmpeg]: a recent version (year 2019 or above), in `$PATH` or in the same directory as this README file (project root). - **git**: one or more npm dependencies require git. Install git with your favorite package manager or https://git-scm.com/downloads Destreamer takes a [honeybadger](https://www.youtube.com/watch?v=4r7wHMg5Yjg) approach towards the OS it's running on. We've successfully tested it on Windows, macOS and Linux. @@ -122,4 +122,7 @@ Contributions are welcome. Open an issue first before sending in a pull request. There is one outstanding bug that you may hit: if you download two or more videos in one go, if one of the videos take more than one hour to complete, the next download will fail as the cookie is now expired. We'll patch this soon. -For other bugs, please open an [issue](https://github.com/snobu/destreamer/issues) and we'll look into it. \ No newline at end of file +For other bugs, please open an [issue](https://github.com/snobu/destreamer/issues) and we'll look into it. + + +[ffmpeg]: https://www.ffmpeg.org/download.html \ No newline at end of file