mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 102 forks source link

The LOG window is displaying inaccurate information. #344

Closed tusharchopra07 closed 7 months ago

tusharchopra07 commented 7 months ago

It is unclear whether there was a bug or not, but I experienced a problem where the command I entered in the preset field or saved as a preset did not display correctly in the terminal window.

presets issue

My input was limited to --list-formats, however, the TERMINAL LOG windows presents various arguments instead of solely showing --list-formats.

mhogomchungu commented 7 months ago

That input field is for adding "downloading options" and your "--list-formats" option gets ignored

If you want to see available formats then look at the UI again and click the button named "Get List"

tusharchopra07 commented 7 months ago

It was just to show I have added the commands in Saved Prestes also but still..... It shows different arguments in screen Wait I'll show you a ScreenRecord

mhogomchungu commented 7 months ago

look closer at the UI and you will see your --list-formats option is included and you are not getting what you expect because yt-dlp ignored it probably because it paid attention to -f option.

Media Downloader has its own options it passes to yt-dlp and user options are added to Media Downloader options before all of them are sent to yt-dlp and not what you expect where only user options are used if present. What you expect will not work because wanting to add one option will require adding all expected options.