Skip to content

sjnprjl/yt-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

yt-audio


DESCRIPTION

yt-audio is a simple script to download audio from YouTube.com and a few more sites. It uses youtube-dl program (so first install it).

MAKE IT EXECUTABLE

first clone this repo:

git clone https://github.com/ilvghst/yt-audio.git
cd yt-audio && chmod +x yt-audio

USAGE:

yt-audio [--add-link <OPTIONAL>] [--directory <OPTIONAL>] [--help]

OPTIONS

 -h, --help:         Prints help
 -a, --add-link:     Add link to songs.txt file (default: 'no default')
 -d, --directory:    Directory to save downloaded audio (default: './')	

EXAMPLE

First add url: (add as many url you like)

yt-audio -a YOUTUBE_URL1
yt-audio -a YOUTUBE_URL2
...

Then: if you want to specify directory

yt-audio -d /path/to/dir

if you don't want to specify directory

yt-audio

Above command will download audio in current directory

TODO

  1. Stop writing shitty code(s)
  2. Try my best to stop writing shitty script(s)
  3. Learn more and more..

THANK YOU

thank you for your precious time 😊 .

About

download youtube video(s) in audio format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages