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
|
# Dependencies
|
||||||
|
|
||||||
- ffmpeg
|
- <a href="https://github.com/FFmpeg/FFmpeg">ffmpeg</a>
|
||||||
- node
|
- <a href="https://github.com/nodejs/node">node</a>
|
||||||
- npm
|
- <a href="https://github.com/npm/cli">npm</a>
|
||||||
## NodeJS Dependencies
|
|
||||||
|
|
||||||
- fluent-ffmpeg
|
|
||||||
- express
|
|
||||||
- ytdl-core
|
|
||||||
- body-parser
|
|
||||||
|
|
||||||
# Supported formats
|
# Supported formats
|
||||||
|
|
||||||
|
@ -31,13 +25,7 @@ git clone https://github.com/Violets-puragtory/YoutubeConverter
|
||||||
cd YoutubeConverter
|
cd YoutubeConverter
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Download Dependencies
|
2. Download NodeJS 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
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in a new issue