X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/81fb030b66879a978387ce2e45530318eb4eaa60..HEAD:/README.md diff --git a/README.md b/README.md index 13cb14a..6e88ecf 100644 --- a/README.md +++ b/README.md @@ -71,20 +71,20 @@ I made this just for myself. The development is completely based on my needs and ## Installation Nim Coon depends on the following: -- youtube-dl +- yt-dlp - mpv (recommended) or vlc -- peerflix and webtorrent (for magnet links) +- webtorrent (for magnet links) Install MPV or VLC using your distribution's package manager. -Install YouTube-dl +Install yt-dlp ``` sh -pip3 install --user youtube-dl +pip3 install --user yt-dlp ``` -Install PeerFlix and WebTorrent +Install WebTorrent ```sh -npm install --global peerflix webtorrent-cli +npm install --global webtorrent-cli ``` (Optional) If you want your YouTube downloads to be faster, install `aria2` download manager.