Compare commits
2 Commits
5c59f46cec
...
6d35687ea0
Author | SHA1 | Date | |
---|---|---|---|
6d35687ea0 | |||
2671be472a |
|
@ -151,7 +151,7 @@ module YiffRest
|
|||
end
|
||||
|
||||
def category_info
|
||||
[*APIImage.categories, { name: "Gay Polar Cutie", db: "chris", sfw: true }] # gay little polar cutie
|
||||
[*APIImage.categories, APICategory.new("Gay Polar Cutie", "chris", true)] # gay little polar cutie
|
||||
end
|
||||
|
||||
def notes_for_request
|
||||
|
|
|
@ -9,6 +9,8 @@ class APICategory
|
|||
%w[inkbunny.net InkBunny],
|
||||
%w[deviantart.com DeviantArt],
|
||||
%w[twitter.com Twitter],
|
||||
%w[x.com X],
|
||||
%w[femboy.fan FemboyFans],
|
||||
].freeze
|
||||
|
||||
def initialize(name, db, sfw)
|
||||
|
|
Loading…
Reference in New Issue
Block a user