Skip to content

Commit a57558d

Browse files
authored
Update README.md
- Remove references to git needing to be installed (why?) - Add references to Deno needing to be installed for external JS handling for Youtube site extractor
1 parent 3411b16 commit a57558d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Reccomended system specifications:
2020

2121
Installation via third-party package managers like Homebrew, MacPorts, or Linux system packages (apt, yum, etc.) *is not supported.*
2222

23-
1. Install `ffmpeg`, pip3 (typically `python3-pipx` or in Arch `python-pipx`), and git.
23+
1. Install `ffmpeg`, pip3 (typically `python3-pipx` or in Arch `python-pipx`), and Deno (external java script support required by yt-dlp for Youtube extractor).
2424
To install ffmpeg in Ubuntu, enable the Universe repository.
2525

2626
For Debian/Ubuntu:
2727

2828
```
29-
sudo apt remove yt-dlp ; sudo apt install ffmpeg python3-pipx git
29+
sudo apt remove yt-dlp ; sudo apt install ffmpeg python3-pipx deno
3030
```
3131

3232
Then run:

0 commit comments

Comments
 (0)