The Permanent Booru Support#3607
Open
9CB797FF-9380-45F2-BB88-BB86CA0E32BF wants to merge 13 commits intoBionus:masterfrom
Open
The Permanent Booru Support#36079CB797FF-9380-45F2-BB88-BB86CA0E32BF wants to merge 13 commits intoBionus:masterfrom
9CB797FF-9380-45F2-BB88-BB86CA0E32BF wants to merge 13 commits intoBionus:masterfrom
Conversation
Added support for The Permanent Booru. To use the Permanent View feature, you need to change Grabber's proxy settings.
Changed to handle exceptions for when the tag on the image is empty. And I changed to use JSON parser without directly processing tag information.
changed the HTML entity processing of the tag to be more generalized.
Convert HTML entities of name from tags using ITag to regular special characters
Fixed the parser that splits search terms based on prefixes. Added line breaks to each text file. The search parser currently appears to be functioning normally, but it may fail due to various tags in The Permanent Booru that do not conform to its rules. Therefore, we need your feedback.
add json API
Fixed to handle search options that require separate URL parameters. To use this feature, simply use the tags below. ~@alts -> Alternate images are collected together. (?) ~@tombstone -> Only displays images that have been deleted from the original website. ~@SInCE:( day | week | month | year ) -> Displays recently uploaded images. ~@order:( desc | asc | random | score ) -> Sort image order ~@mime:(application | application/x-shockwave-flash | image | image/apng | image/gif | image/jpeg | image/png | video | video/mp4 | video/quicktime | video/webm | video/x-flv | video/x-m4v | video/x-matroska | video/x-msvideo) -> Select file type, This tag can be used multiple times
Author
|
Advanced search options that were previously passed as separate URL parameters can now be used as meta tags. Advanced Search Option:
|
As of now, "Regex" (HTML Parsing) works best.
The previous button, next button, and HTML entities have been converted to general special characters.
v2 addresses have been confirmed to be deprecated at the Tor network level. They are also believed to be no longer in use by The Permanent Booru itself. More information: https://blog.torproject.org/v2-deprecation-timeline/
add /candidates
Added path to search by image and compare similar images.
As the API documentation page has been fixed, it is being replaced with the documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #2660 fix.
Added support for The Permanent Booru.
Feature:
There are prefix for (and, or, filter, unless) searches.
and tag, ~|or tag, ~!filter tag, ~+unless tag, other and tag, ~!other filter tag~|): Search for posts with these tags~!): Remove posts with these tags~+): Ignore the filter if the post includes these tagsTo use The Permanent Booru feature, you need to change Grabber's proxy settings.
socks5://127.0.0.1:9150-> Tor Browser's default proxy endpointhttp://127.0.0.1:4444-> I2P default proxy endpoint