Skip to content

Commit

Permalink
fmt is an array of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Feb 15, 2024
1 parent ad4495a commit 4e1bccb
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 99 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ This is a repository of bangs used by [Kagi Search](https://kagi.com). It does n
"u": "https://www.metacritic.com/search/{{{s}}}/", // Template, `{{{s}}}` corresponds to the query
"c": "Online Services", // Category
"sc": "Search", // Subcategory
"fmt": 3 // Format, enum flags
// (1 - open base path, 2 - url encode placeholder, 4 - url encode space to plus)
"fmt": [ // Format, enum flags
"open_base_path",
"url_encode_placeholder",
"url_encode_space_to_plus"
]
}
]
```
Expand Down
Loading

0 comments on commit 4e1bccb

Please sign in to comment.