From c0543791e9565762cc7fb1122fa5d656382c43eb Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:15:23 -0300 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e31d62e..cfda426 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,18 @@ A Python CLI app for downloading songs/podcasts/videos from Spotify. ### Optional dependencies The following tools are optional but required for specific features. Add them to your system’s PATH or specify their paths using command-line arguments or the config file. * [FFmpeg](https://ffmpeg.org/download.html) - * Used when setting `ffmpeg` as remux mode. - * Used when setting `mp4` or `webm` as video format. + * Used when setting `ffmpeg` as remux mode and when setting `mp4` or `webm` as video format. * [MP4Box](https://gpac.io/downloads/gpac-nightly-builds/) * Used when setting `mp4box` as remux mode. * [Shaka Packager](https://github.com/shaka-project/shaka-packager/releases/latest) - * Used when setting `webm` as video format and when downloading music videos. + * Used when setting `webm` as video format and for downloading music videos. * [mp4decrypt](https://www.bento4.com/downloads/) * Used when setting `mp4box` or `mp4decrypt` as remux mode. * [aria2c](https://github.com/aria2/aria2/releases) * Used when setting `aria2c` as download mode. * .wvd file * Used when setting `aac` as audio quality or when downloading music videos. - * A .wvd file contains the Widevine keys from a device and is required to decrypt music videos and songs in AAC. The easiest method of obtaining one is using KeyDive, which extracts it from an Android device. Detailed instructions can be found here: https://github.com/hyugogirubato/KeyDive. - * Note: .wvd files extracted from emulated devices may not work. + * A .wvd file contains the Widevine keys from a device and is required to decrypt music videos and songs in AAC. The easiest method of obtaining one is using KeyDive, which extracts it from an Android device. Detailed instructions can be found here: https://github.com/hyugogirubato/KeyDive. **Note:** .wvd files extracted from emulated devices may not work. ## Installation 1. Install the package `votify` using pip