-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RedGifs downloader is broken again & fails to download anything because it generates links that don't exist #661
Comments
Even after #659 I am also still unable to download from redgifs. The downloader grabs the link it looks like and when it gets turned into the "thumbs5" it brings me to a link that is blank with only " Bad request signature" This is the result from the log_output.txt. I think I have tried all I could at this point. Reinstalled all the requirments from the txt file. Reinstalled pythong, reinstalled bdfr and delete the config files. Even made a virtual machine for the first time to try and see if that would work, but still the same results I got. If there is anything else I should try please let me know! [2022-09-26 19:21:08,367 - bdfr.connector - DEBUG] - Setting maximum download wait time to 120 seconds |
I think you haven't installed the development version of the BDFR; the latest release on PyPi is still out of date. All of my tests are passing so wait for the release, it should be very soon. |
The RedGifs downloader as of the latest commit fails to download anything because its trying to download links that don't exist
Replacing the site_downloaders/redgifs.py file with the one that can be downloaded from this pull request appears to fix the problem completely
The text was updated successfully, but these errors were encountered: