glomatico / gytmdl

A Python CLI app for downloading YouTube Music songs with tags from YouTube Music.
109 stars 13 forks source link

Download OPUS in OGG container (.opus) #19

Closed tibequadorian closed 7 months ago

tibequadorian commented 7 months ago

Is there a reason why we save -i 251 downloads as .m4a files? Can you support saving in an OGG container, as done in yt-dlp with -x -f 251 by default?

glomatico commented 7 months ago

Using mp4 container for all formats increases compatibility with some players and allows to have one code for tagging.

tibequadorian commented 7 months ago

okay I understand, feel free to close this issue.

glomatico commented 7 months ago

Okay!