Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 700 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 700 Bytes

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.