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.35k stars 104 forks source link

yt-dlp.conf file #259

Closed Useless-Panda closed 1 year ago

Useless-Panda commented 1 year ago

is there a way to use yt-dlp.conf with media downloader

Useless-Panda commented 1 year ago

i figured it out, i used this command

--config-location "yt-dlp.conf"

ibigfire commented 11 months ago

Some additional info on this would be really helpful. I'm trying to use a custom .conf for gallery-dl so that I can download descriptions as well as images for a gallery and I have no idea how to tell Media Downloader to do so.

mhogomchungu commented 11 months ago

What operating system are you using?

ibigfire commented 11 months ago

What operating system are you using?

Windows 10. Thank you for any help you're willing to offer.

mhogomchungu commented 11 months ago

There are a bunch of places you can put gallery-dl.conf and one of them is next to gallery-dl executable.

Click a button pointed to in the below image and then place ```gallery-dl.conf```` file in that folder and gallery-dl should start using your config file.

Screenshot_20230806_223942

ibigfire commented 11 months ago

Great! I'll give that a shot. Thanks very much! 👍