Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guaxinim5573/cli-video-downloader
YouTube Video Downloader running in prompt.
https://github.com/guaxinim5573/cli-video-downloader
Last synced: 2 months ago
JSON representation
YouTube Video Downloader running in prompt.
- Host: GitHub
- URL: https://github.com/guaxinim5573/cli-video-downloader
- Owner: Guaxinim5573
- License: mit
- Created: 2019-07-23T01:23:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T16:06:09.000Z (over 2 years ago)
- Last Synced: 2023-04-28T20:32:36.842Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CLI VIDEO DOWNLOADER
YouTube Video Downloader in CLI, download MP3 and MP4.
## Dependencies
1. [Inquirer](https://www.npmjs.com/package/inquirer)
2. [Fluent FFmpeg](https://www.npmjs.com/package/fluent-ffmpeg)
3. [Chalk](https://www.npmjs.com/package/chalk)
4. [ytdl core](https://github.com/fent/node-ytdl-core/)
5. [Ora Spinner](https://www.npmjs.com/package/ora)
6. [node-ytpl](https://github.com/timeforaninja/node-ytpl/)## Start
1. You need to have [Node.js](https://nodejs.org) and [FFmpeg](https://ffmpeg.org) installed in your computer.
2. Use `npm i -g git+https://github.com/Guaxinim5573/CLI-Video-Downloader` in command prompt to install the program## Running
**We have playlist support!**
1. Use `videodown` in your console
2. Select the format (MP3 or MP4), use arrows keys to move the arrow and use enter to select the format.
3. Input the video URL or video ID
4. Wait...
5. In the folder where the command is running, a video or music file will be there!![](https://cdn.discordapp.com/attachments/721811011509682206/722561139052904518/bbbbb.gif)
### License
See [LICENSE](https://github.com/Guaxinim5573/CLI-Video-Downloader/blob/master/LICENSE) file