Update README.md
This commit is contained in:
parent
cbf37ad802
commit
700a19bfd6
1 changed files with 4 additions and 16 deletions
20
README.md
20
README.md
|
@ -4,15 +4,9 @@ A web youtube downloader & converter for youtube videos with no client-sided jav
|
|||
|
||||
# Dependencies
|
||||
|
||||
- ffmpeg
|
||||
- node
|
||||
- npm
|
||||
## NodeJS Dependencies
|
||||
|
||||
- fluent-ffmpeg
|
||||
- express
|
||||
- ytdl-core
|
||||
- body-parser
|
||||
- <a href="https://github.com/FFmpeg/FFmpeg">ffmpeg</a>
|
||||
- <a href="https://github.com/nodejs/node">node</a>
|
||||
- <a href="https://github.com/npm/cli">npm</a>
|
||||
|
||||
# Supported formats
|
||||
|
||||
|
@ -31,13 +25,7 @@ git clone https://github.com/Violets-puragtory/YoutubeConverter
|
|||
cd YoutubeConverter
|
||||
```
|
||||
|
||||
2. Download Dependencies
|
||||
|
||||
- <a href="https://github.com/FFmpeg/FFmpeg">ffmpeg</a>
|
||||
- <a href="https://github.com/nodejs/node">node</a>
|
||||
- <a href="https://github.com/npm/cli">npm</a>
|
||||
|
||||
3. Download NodeJS Dependencies
|
||||
2. Download NodeJS Dependencies
|
||||
|
||||
```bash
|
||||
npm install
|
||||
|
|
Loading…
Reference in a new issue