-
Notifications
You must be signed in to change notification settings - Fork 4
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
Exporting #7
Comments
Find me a way to get that information from the post list page, because I see none and accessing every post individually is an overkill. |
On the post list pages there are thumbnails + arrays with tags, rating, score, and the user that uploaded the image. There is data neither for title, source, nor parent at the post list but only at the pages to view individual images. My exporter gets all |
Your exporter visits every single post page in a loop? I was worried whether it would be considered acceptable to merely loop over post list pages quickly for large boorus. Oh well. I need to find a way to store the collected post data somewhere in browser (like localstorage) so as to be able to use it in the script without having to load the exported DB like in image search. I want to add custom search functionality seamlessly into the booru, to search by amount of tags, score and so on. |
The exported data can now be used to find posts by image thumbnails. Script got an additional page where you can open the exported DB and a list of thumbnails to get a list of posts with data about them. Useful to find posts with similar images. |
It does not export title and source fields.
The text was updated successfully, but these errors were encountered: