Giter VIP home page Giter VIP logo

Comments (4)

4pr0n avatar 4pr0n commented on August 19, 2024
  1. Check if album is publicly visible; if not, ask for username/password in a pop-up window
  2. Login, save cookies.
  3. Rip normally.

Most sites use OAuth2 for authentication which would be a pain point.

from ripme.

Phenrei avatar Phenrei commented on August 19, 2024

A suggestion regarding this that I've seen done by an expensive paid ripper (it would likely also fix the issues with sites you can't log in to like flickr): import the active cookies from the browser when downloading from sites. I believe Firefox would require just sqlite to do this reading, though the ripper I saw used all 4 major browsers.

from ripme.

Doleman avatar Doleman commented on August 19, 2024

Furaffinity and Hentai-Foundry I've found don't save all the images even after the suggestion made about saving the cookie. It's a strange case because for some users it'll download all the images while for others it won't.
I think it has something to do with Furaffinity's option to switch between Safe for Work and Not Safe for Work.
for comparrison:
lionalliance will have all of their images download even the NSFW ones (over 400 images)
While giantgrowingvixen will only download 17, (when the user has over 120 images)

from ripme.

Phenrei avatar Phenrei commented on August 19, 2024

It's actually a secondary problem I coded a fix for that's pending (#100). Those sites support multiple image formats for files and the ripper currently assumes they're all .jpg because it doesn't go to the image page to check (like it does for some rippers) and doesn't support a check/fallback for this. Per-page checking is probably safer, but a file format fallback feature was faster to rip and less likely to get some part of the ripper banned from hitting the site too hard.

from ripme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.