MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
496 stars 47 forks source link

I still get the RedGifs error in the latest version #322

Closed Amitoth closed 1 year ago

Amitoth commented 1 year ago

Describe the bug The RedGifs download error still exists in the latest version

Environment Information

To Reproduce (optional) Steps to reproduce the behavior:

  1. Go to any Reddit profile with RedGifs uploads
  2. Click on Download
  3. NSFW

  4. See error

Am I doing something wrong?

saltnpap commented 1 year ago

Also not able to download from redgifs.

Thanks again, Malloy for working on this. Your work is well appreciated.

T-prog3 commented 1 year ago

I have noticed failed extractions as well. In my case most video files gets downloaded, only had one or two that didn't. Most of the error messages appears to be because of broken links, but i have also seen a lot of false-positives on URLs containing images.

MalloyDelacroix commented 1 year ago

Alright, this one was on me. You aren't actually failing to download those links. They are failing the content filter, most likely because they are duplicates. There was an error in the code that reported these as failures to extract.

Amitoth commented 1 year ago

Thanks Malloy for getting this fixed!