mirror of
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection
synced 2025-02-16 12:28:29 +00:00
Move the Cygwin/Git Bash instruction to a dedicated documentation file
This commit is contained in:
parent
e697c7a208
commit
e8d79e2a0a
1 changed files with 23 additions and 0 deletions
23
docs/Cygwin-Git-Bash.md
Normal file
23
docs/Cygwin-Git-Bash.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
### Installation using Cygwin, Git Bash or similar:
|
||||
|
||||
#### Known Issues
|
||||
* Windows has a hard limit of 260 characters for the filepath. This can cause issues with video downloading. It is recommended that you make your filepath as short as possible.
|
||||
* If you are receiving a permission denied error when attempting to execute python, [this thread](https://stackoverflow.com/questions/56974927/permission-denied-trying-to-run-python-on-windows-10) may be helpful.
|
||||
|
||||
#### Required Software
|
||||
In order to run these scripts, the following software packages must be installed:
|
||||
|
||||
* [Cygwin](https://www.cygwin.com/), [Git Bash](http://git-scm.com), or some other application that enables Bash functionality in Windows.
|
||||
* [Python 3](https://www.python.org/downloads/)
|
||||
* [yt-dlp](https://github.com/pukkandan/yt-dlp) - Make sure this is in your PATH.
|
||||
* [ffmpeg](https://www.ffmpeg.org/) - Make sure this is in your PATH.
|
||||
* [atomicparsley](https://github.com/wez/atomicparsley) (optional) - Make sure this is in your PATH.
|
||||
|
||||
#### Configuration
|
||||
First, make sure that all dependencies are installed and your PATH is configured properly by opening your Bash terminal of choice and executing the following:
|
||||
|
||||
* `python --version`
|
||||
* `yt-dlp --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.
|
Loading…
Add table
Reference in a new issue