Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.56k stars 219 forks source link

Realbooru.com not loading every image or video #2692

Open ghost opened 2 years ago

ghost commented 2 years ago

Bug description

Realbooru is not loading every image or video and gives you the error "Image not found." even if the image or video exists on the website itself. It is very spotty when it comes to loading images, some load, some don't.

Steps to reproduce

Add realbooru.com to your sources and search for images or videos

Expected behavior

Grabber loads the image or video in the app

Context

Screenshots

If applicable, add screenshots to help explain your problem. Video showing the spotty loading behaviour - uploaded to Catbox [NSFW]

System information

Bionus commented 2 years ago

Seems to be caused by their API returning the wrong information for the file_url and sample_url paths 🤔 http://realbooru.com/index.php?page=dapi&s=post&q=index&limit=20&pid=0&tags=sort%3Ascore

Most of those return a 404 errors, and that's what Grabber rely on to load images.

masterofobzene commented 1 year ago

saw a light and came in...

I don't know what is happening but the problem is on their site. Most images return 404 when clicking them.

OldDogWithNewTricks commented 1 year ago

Images are loading files now, but videos are still impacted. The site is probably returning the wrong file extension to the filename (eg webm and mp4 pointed to .jpeg). Is there a way we can tell grabber to try other extensions automatically? (.mp4, .webm ) ?

AlejandroAkbal commented 10 months ago

Is this fixed now?