Add a section for dependencies

This commit is contained in:
Michael De Roover 2023-04-20 00:37:01 +02:00
parent 94beacd88a
commit 29ff106066
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -2,6 +2,30 @@
This project allows you to download and convert YouTube videos, to watch them on your PSP. This project allows you to download and convert YouTube videos, to watch them on your PSP.
#### Dependencies
- youtube-dl
Install this package from pip using the command below.
```bash
pip install --user youtube-dl
```
Or you can install it from source, using the commands below.
When installed from source, youtube-dl depends on `python` (Python 2) and `pandoc`.
```bash
git clone https://github.com/ytdl-org/youtube-dl.git
cd youtube-dl
make
make install
```
- ffmpeg
You can install this package from your distribution repositories.
#### Installation #### Installation
Clone the repository to your computer. Clone the repository to your computer.
@ -11,7 +35,7 @@ git clone https://git.nixmagic.com/vim/convert-psp
#### Execution #### Execution
Create a JSON file named `subscriptions.json` containing the subscriptions. Create a JSON file named `subscriptions.json` containing the subscriptions.
The syntax is like so: The syntax is like so:
```javascript ```javascript