ytdownloader/README.md

15 lines
421 B
Markdown
Raw Normal View History

2019-11-26 07:36:47 +01:00
# ytdownloader
### Installation
To install this repo, use
```bash
git clone gitea.arnweb.nl/corner/ytdownloader.git
cd ytdownloader
npm i
```
2019-11-26 07:39:33 +01:00
**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.
2019-11-26 07:36:47 +01:00
### Usage
Run `node main.js help` for more information as to how to use this package.