ydownl.sh is a simple youtube-dl bash script which can be used to download video or extract audio from common video / stream sources.
- checks if the URL is reachable
- either download the video OR extract the audio from the URL
- adds metadata
- adds thumbnail
The following packages are required:
- awk
- curl
- dialog
- ffmpeg
- sed
- youtube-dl
Simply execute the script:
./ydownl.sh
Please see the changlog for more details.
Please see the LICENSE for more details.