yafp / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%