ripme
ripme copied to clipboard
Flickr albums not downloading. Error: No images found at " "
- Ripme version: 1.420
- Java version (output of
java -version
): 1.8.0_121 - Operating system: Windows 10 64 bit
- Exact URL you were trying to rip when the problem occurred: https://www.flickr.com/photos/chrisdlm/sets/72157629776028705
- Please include any additional information about how to reproduce the problem: Seems I can't download anything from flickr, it's not just this album.
Expected Behavior
To rip albums from Flickr.
Actual Behavior
Error: No images found at "website.com"
Since we're talking about a Java software, you should update your Java for security, and it'll likely be more compatible with Win10. It very likely doesn't make any difference for this issue, but security (and OS compatibility) is important regardless.
Before installing a new Java version, uninstall all previous versions (unless you know you need a specific version for something, and hopefully you don't have such a retarded need (I'm not blaming you for it)): http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
It looks like flickr has changed their page layout and broken the ripper
Edit: It looks like flickr has changed a ton of stuff since the ripper was last updated
Edit_2: It looks like you need javascript to get the photos now (Without it you can only get the thumbnails)
It looks like you need javascript to get the photos now (Without it you can only get the thumbnails)
I wonder if we could reproduce the same logic to download the images. Should be possible, unless the data is downloaded via JS from an endpoint we can't access for some reason.