/ydownl.sh

ydownl.sh is a simple youtube-dl bash script which can be used to download video or extract audio from common video / stream sources

Primary LanguageShellGNU General Public License v3.0GPL-3.0

ydownl.sh

about

ydownl.sh is a simple youtube-dl bash script which can be used to download video or extract audio from common video / stream sources.

alt text

features

  • checks if the URL is reachable
  • either download the video OR extract the audio from the URL
  • adds metadata
  • adds thumbnail

dependencies

The following packages are required:

  • awk
  • curl
  • dialog
  • ffmpeg
  • sed
  • youtube-dl

usage

Simply execute the script:

./ydownl.sh

changelog

Please see the changlog for more details.

license

Please see the LICENSE for more details.