FurryCoders / FALocalRepo

Pure Python program to download submissions, journals, and user folders from the FurAffinity forum in an easily handled database.
European Union Public License 1.2
21 stars 2 forks source link

[Feature] Download gallery folder by ID #12

Open f1refa11 opened 7 months ago

f1refa11 commented 7 months ago

according to the docs i can only download the entire gallery, but i want to download a specific folder in the gallery.

MatteoCampinoti94 commented 7 months ago

There is no functionality to download a specific folder yet, sorry :(

I thought about adding custom folders to the interface, but then it would also require a way to retroactively update submissions if a user changes their folder or moves things around.

What you can do is use the FAAPI.gallery and FAAPI.scraps methods from the FAAPI library and filter the results. The Submission object has a variable specifically for folders.