11-28-2022, 11:28 AM
PS also, as a feature request, you can add in the browser settings the creation of several video download presets using yt-dlp, simply creating presets in the settings https://i.imgur.com/7MgPjjW.png, or loading from a file (maybe json) as done with loading a custom css style
and in the popup menu make a submenu https://i.imgur.com/rF5Wcaz.png
Code:
{
"mp3": "-x --audio-format mp3 --audio-quality 0",
"merge mp4": "--merge-output-format mp4 {URL_OR_PLAYLIST}",
"<1080": "-f "bv*[height<=?1080]+ba[ext=m4a]/bv*+ba/b" --merge-output-format mp4 {URL_OR_PLAYLIST}"
}