-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Downloading deviantart favourites within a range? #3666
Comments
It's currently not possible to start at an arbitrary offset value since gallery-dl goes through each collection separately. However, it's still possible use |
I don't understand the idea of using the filter. Can you elaborate? |
Sorry, I meant the I've made a (rough) version that supports URLs like https://www.deviantart.com/mrseyker/favourites/all?page=2507 and thus does not waste any API calls. It goes through your 'All' folder listing, so it works best if other collections don't have deviations not found in 'All'. You can find the exexutables here: https://github.com/ClosedPort22/gallery-dl/actions/runs/4210840945 For example, You can even combine |
The general problem with With commit 725baed, it now uses the For gallery-dl -o flat= -g https://www.deviantart.com/mrseyker/favourites > folders.txt and then download them individually gallery-dl -i folders.txt That way, you can, at least on a folder-by-folder basis, control the offset with |
Getting the list of folders doesn't really address my issue, as each are usually under a thousand pictures and I have already made backup of their content (I started the back up process with them). Now I'm stuck trying to get to the older pictures that were never sorted into folders. I can't even do it manually because they removed a lot of useful tools since the stupid eclipse update. Guess I'll have to manually comb the urls starting from the oldest then. |
I'm trying to make a backup of my favourite pictures, but my attempts have never crawled through the entire list of favourites, I have around 85000 pictures there, but less than 60000 have downloaded (and the later number includes text files from the comments to catch links so it's not all images).
I wanted to get around it by using the pagination feature but (https://www.deviantart.com/mrseyker/favourites/all?page=2507) such an url is not supported. Can anything be done to achieve this?
I figured I could go through all the pages and capture the individual links, but we talking about 3500 and change pages here.
The text was updated successfully, but these errors were encountered: