Skip to content

Commit

Permalink
source: add modifiers for Szurubooru
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Dec 14, 2022
1 parent 77b8f74 commit 20ec1bc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/sites/Szurubooru/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,23 @@ function buildImage(data: any): IImage {

export const source: ISource = {
name: "Szurubooru",
modifiers: [],
modifiers: [
"id:", "tag:", "score:", "uploader:", "upload:", "submit:", "comment:", "fav:", "source:", "pool:",
"tag-count:", "comment-count:", "fav-count:", "note-count:", "note-text:", "relation-count:", "feature-count:",
"type:", "flag:", "sha1:", "md5:", "content-checksum:", "file-size:", "image-width:", "image-height:",
"image-area:", "image-aspect-ratio:", "image-ar:", "width:", "height:", "area:", "aspect-ratio:", "ar:",
"creation-date:", "creation-time:", "date:", "time:", "last-edit-date:", "last-edit-time:", "edit-date:",
"edit-time:", "comment-date:", "comment-time:", "fav-date:", "fav-time:", "feature-date:", "feature-time:",
"safety:", "rating:general", "rating:safe", "rating:questionable", "rating:explicit", "rating:g", "rating:s",
"rating:q", "rating:e",
"sort:random", "sort:id", "sort:score", "sort:tag-count", "sort:comment-count", "sort:fav-count",
"sort:note-count", "sort:relation-count", "sort:feature-count", "sort:file-size", "sort:image-width",
"sort:image-height", "sort:image-area", "sort:width", "sort:height", "sort:area", "sort:creation-date",
"sort:creation-time", "sort:date", "sort:last-edit-date", "sort:last-edit-time", "sort:edit-date",
"sort:edit-time", "sort:comment-date", "sort:comment-time", "sort:fav-date", "sort:fav-time",
"sort:feature-date", "sort:feature-time",
"special:liked", "special:disliked", "special:fav", "special:tumbleweed",
],
auth: {
basic: {
type: "http_basic",
Expand Down

0 comments on commit 20ec1bc

Please sign in to comment.