mirror of
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection
synced 2024-11-23 20:13:21 +00:00
Typo - ffmpeg uses -version not --version
Typo mistake it should be "ffmpeg -version" not --version.
This commit is contained in:
parent
83779eb709
commit
49fb5cdc9b
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ First, make sure that all dependencies are installed and your PATH is configured
|
||||||
|
|
||||||
* `python --version`
|
* `python --version`
|
||||||
* `yt-dlp --version`
|
* `yt-dlp --version`
|
||||||
* `ffmpeg --version`
|
* `ffmpeg -version`
|
||||||
|
|
||||||
If all of the above commands execute correctly, download the latest [release](https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts/releases) and follow the "Usage" section of this README.
|
If all of the above commands execute correctly, download the latest [release](https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts/releases) and follow the "Usage" section of this README.
|
||||||
|
|
Loading…
Reference in a new issue