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

Can't download from deviantart #247

Closed VanTuz5 closed 1 year ago

VanTuz5 commented 1 year ago

I'm trying to download a gallery from deviantart usinggallery-dl via the media downloader, but nothing seems to work, giving me the following error: image I asked the developer of gallery-dl about this and he answered the following: That's media downloader's fault for mixing URIs and command-line options. The command should either put all URIs at the end or the beginning, e.g. gallery-dl -o output.mode=terminal oauth:deviantart deviantart.com/viejilloxart/gallery/all/

VanTuz5 commented 1 year ago

The problem was solved by deleting "default" from "Options" in the url manager settings

mhogomchungu commented 1 year ago

What did you put in the url manager that caused the problem and what did you put that solved the problem.

VanTuz5 commented 1 year ago

The problem was that in the URL manager in the "options" field I entered "default oauth: deviantart", but it was necessary "oauth: deviantart".

mhogomchungu commented 1 year ago

This is now fixed by making sure Media Downloader option of -o output.mode=terminal always start.