Skip to content

westscz/llameDL

Repository files navigation

llameDL

YouTube to MP3 converter with adding tags

LlameDL Version Python Version GitlabCI-pipe Code style: black Code Coverage Requirements Status Scrutinize Status

Install

  • pip install -r requirements.txt
  • ffprobe or avprobe

Use

llameDL is provided with CLI, installed using entry-points in setup.py

llamedl

To download songs from browser bookmarks

llamedl browser 

To download song from bookmarks file

llamedl bookmarks

To download one song or playlist

llamedl playlist

Tagger

You can use llamedl tagger as standalone application with

llametagger

Thanks

  • Ricardo Garcia (youtube_dl author)
  • Mohammad Fares (terminalizer author)