15 lines
421 B
Markdown
15 lines
421 B
Markdown
# ytdownloader
|
|
|
|
### Installation
|
|
To install this repo, use
|
|
```bash
|
|
git clone gitea.arnweb.nl/corner/ytdownloader.git
|
|
cd ytdownloader
|
|
npm i
|
|
```
|
|
|
|
**NOTE:** Make sure that you replace ffmpeg with the latest version of the ffmpeg executable. If you have ffmpeg installed globally on linux (using apt, etc.), remove the ffmpeg executable.
|
|
|
|
### Usage
|
|
Run `node main.js help` for more information as to how to use this package.
|