🦊

yt-dlp

FF Profiles and Containers

Cookies from specific Firefox profiles and Firefox containers can be specified:

# <browser>:<profile>::<container>
yt-dlp --cookies-from-browser firefox:n2ottb8i.work::google  https://drive.google.com/file/d/foo/view

Bandcamp

Note that yt-dlp attempts to select the highest quality format by default (no -f bestaudio needed). And the highest free quality on Bandcamp is 128kbps mp3..

alias bandcamp-dl='yt-dlp \
        --add-metadata \
        --parse-metadata "playlist_index:%(track_number)s" \
        -o "~/music/%(artist)s/%(playlist_title)s [%(release_year)s]/%(track_number)s - %(artist)s - %(title)s.%(ext)s" \
        --embed-thumbnail '
bandcamp-dl https://pilotpriest.bandcamp.com/album/original-motion-picture-soundtrack

TIDAL

Checkout tidal-dl-ng.