RipMeApp / ripme

Downloads albums in bulk
MIT License
3.7k stars 628 forks source link

Feature request: DeviantArt URL ripping enhancement #143

Open rautamiekka opened 6 years ago

rautamiekka commented 6 years ago

I got an idea for an unofficial URL syntax expansion which could work for other sites having similar functionality:

It's unofficial cuz this format doesn't work on DA's end, so RipMe has to use the assumption of 24 items per page and start from offset 0 (I researched the values; starting from offset 0 guarantees getting the gallery contents starting from the latest one assuming the uploads haven't been reordered, and if you go in the increments of 24 you're guaranteed to get everything as long as the gallery contents don't change while the ripping is in progress; just keep going with incrementing the offset until you get below 24 hits, at which point it's the last page. Also the webpage size drops dramatically when the upload count drops).

Since

(XX is an integer >=0) are the links used to fetch the entire gallery/favs without regarding the folders, the XX could be expanded as follows:

How to act:

rautamiekka commented 6 years ago

Updated further.