- file to be put in user home directory as define by XDG_CONFIG_HOME - configure yt-dlp to load cookie from Firefox, do JS challenge using different library than the default one and exclude some formats from download - filename template
6 lines
241 B
Text
6 lines
241 B
Text
# File name template
|
|
-o "%(artist,uploard)s-%(track,title)s.%(ext)s"
|
|
--cookies-from-browser firefox
|
|
--remote-components ejs:github
|
|
# Force resolutiion lower than 1080 and exclude av01 codec
|
|
--format '(bv[height<=1080]+ba/b)[vcodec!*=av01]'
|