shadowmoose / RedditDownloader

Scrapes Reddit to download media of your choice.
1.11k stars 101 forks source link

Setting to change downloader #277

Closed Knownish closed 1 year ago

Knownish commented 1 year ago

Is your feature request related to a problem? Please describe.

yt-dlp can't download redgifs and gfycat videos

Describe the solution you'd like:

an option to change the exe used for downloads

Kazaflow commented 1 year ago

I don't know how you would like to use a different exe for downloading as RMD is either just one standalone exe file, or the whole repo with all the python scripts. Anyway, I have a workaround for downloading from redgifs, I'm not sure if every step is necessary but I did it like this:

Now again I don't know if I did a good job describing this "fix" or if it makes sense, but in my case it allowed me to download from redgifs with no issue.

Knownish commented 1 year ago

That seems to have worked, thanks!!!