Skip to content

noahpy/yap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YAP (Youtube Audio Puller)

Download Audio from Invidious by link or automatic search by song name.

Functionality

  • Download audio by Invidious / YouTube link
  • Download audio by search term
  • Download playlists by Invidious / YouTube / Apple Music playlist link
  • Automatically tag artist, album, cover to audio file

Dependencies

Setup

AUR:

yay -S youtube-audio-puller-git

From source:
Clone this repository and enter it, then run:

./install.sh

Usage

One can either specify the audio to be downloaded via link or search term. If not specified, this program will derive song / artist name by itself and name the downloaded file accordingly.

Download from link (any link pointing to a YouTube / Invidious video):

yap "[LINK]"

Download by search:

yap "[SEARCH]"

Download by search with additional info:

yap "[SEARCH]" -p "[ARTIST]" -a "[ALBUM]"

Include cover into downloaded audio file:

yap "[LINK/SEARCH]" -c

Download by search but set song name:

yap "[SEARCH]" -s "[SONGNAME]"

Download multiple audios specified by playlist link:

yap "[PLAYLIST_LINK]"

Automatically edit audio tags with given info:

yap "[LINK/SEARCH]" -t

Spotify Download

Downloading spotify playlists is still in development, but one could use spotDL for that purpose.

About

Download Audio from Invidious by link or automatic search by song name.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages