https://github.com/shivajichalise/ytvd
youtube video downloader written in bash
https://github.com/shivajichalise/ytvd
bash bash-script downloader ffmpeg video youtube youtube-dl
Last synced: 3 months ago
JSON representation
youtube video downloader written in bash
- Host: GitHub
- URL: https://github.com/shivajichalise/ytvd
- Owner: shivajichalise
- License: gpl-3.0
- Created: 2022-01-09T06:12:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T11:44:07.000Z (over 2 years ago)
- Last Synced: 2025-01-09T01:48:55.951Z (4 months ago)
- Topics: bash, bash-script, downloader, ffmpeg, video, youtube, youtube-dl
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **y**ou**t**ube **v**ideo **d**ownloader
> NOTE: You can do lot more if you directly use youtube-dl. This script only does what suits me.
> NOTE: it requires [youtube-dl](https://github.com/ytdl-org/youtube-dl), [ffmpeg](https://github.com/FFmpeg/FFmpeg), `dialog` to run and uses GNU Core Utilities commands `grep`, `awk` etc.
```
pacman -S dialog youtube-dl ffmpeg
apt install dialog ffmpeg youtube-dl
```## Installing
For the current user:
```sh
curl https://raw.githubusercontent.com/shivajichalise/ytvd/main/ytvd > ~/usr/local/bin/ytvd && chmod +x ~/usr/local/bin/ytvd
```Or simply copy the `ytvd` file to a location in your `$PATH` and make it executable.
## Usage
- run `ytvd ` or just `ytvd`
- if asked for input give appropriate input## How it works
it just runs `youtube-dl` and `ffmpeg` behind-the-scenes
## Self-Promotion
Star the repository on [Github](https://github.com/shivajichalise/ytvd)
Follow [shivajichalise](http://shivajichalise.com.np) on [Github](https://github.com/shivajichalise)## License
This project is licensed under [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)