diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 1f12a901..0d995019 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -864,8 +864,14 @@ Consider all sites to be NSFW unless otherwise known. Gelbooru Beta 0.1.11 - /v/idyart - https://vidyart.booru.org/ + The /co/llection + https://the-collection.booru.org/ + Posts, Tag Searches + + + + Illusion Game Cards + https://illusioncards.booru.org/ Posts, Tag Searches @@ -882,14 +888,8 @@ Consider all sites to be NSFW unless otherwise known. - Illusion Game Cards - https://illusioncards.booru.org/ - Posts, Tag Searches - - - - The /co/llection - https://the-collection.booru.org/ + /v/idyart + https://vidyart.booru.org/ Posts, Tag Searches @@ -937,22 +937,28 @@ Consider all sites to be NSFW unless otherwise known. Galleries, Posts, Search Results API Key - - Furbooru - https://furbooru.org/ - Galleries, Posts, Search Results - - Ponybooru https://ponybooru.org/ Galleries, Posts, Search Results API Key + + Furbooru + https://furbooru.org/ + Galleries, Posts, Search Results + + Reactor Instances + + Reactor + http://reactor.cc/ + Posts, Search Results, Tag Searches, User Profiles + + JoyReactor http://joyreactor.cc/ @@ -965,12 +971,6 @@ Consider all sites to be NSFW unless otherwise known. Posts, Search Results, Tag Searches, User Profiles - - Reactor - http://reactor.cc/ - Posts, Search Results, Tag Searches, User Profiles - - ThatPervert http://thatpervert.com/ @@ -982,8 +982,8 @@ Consider all sites to be NSFW unless otherwise known. Moebooru and MyImouto - Hypnohub - https://hypnohub.net/ + yande.re + https://yande.re/ Pools, Popular Images, Posts, Tag Searches @@ -994,8 +994,8 @@ Consider all sites to be NSFW unless otherwise known. - Lolibooru - https://lolibooru.moe/ + Hypnohub + https://hypnohub.net/ Pools, Popular Images, Posts, Tag Searches @@ -1006,8 +1006,8 @@ Consider all sites to be NSFW unless otherwise known. - yande.re - https://yande.re/ + Lolibooru + https://lolibooru.moe/ Pools, Popular Images, Posts, Tag Searches @@ -1022,8 +1022,8 @@ Consider all sites to be NSFW unless otherwise known. - arch.b4k.co - https://arch.b4k.co/ + Archived.Moe + https://archived.moe/ Boards, Galleries, Search Results, Threads @@ -1034,8 +1034,8 @@ Consider all sites to be NSFW unless otherwise known. - Archived.Moe - https://archived.moe/ + arch.b4k.co + https://arch.b4k.co/ Boards, Galleries, Search Results, Threads @@ -1101,12 +1101,6 @@ Consider all sites to be NSFW unless otherwise known. Mastodon Instances - - baraag - https://baraag.net/ - Images from Statuses, User Profiles - OAuth - mastodon.social https://mastodon.social/ @@ -1119,6 +1113,12 @@ Consider all sites to be NSFW unless otherwise known. Images from Statuses, User Profiles OAuth + + baraag + https://baraag.net/ + Images from Statuses, User Profiles + OAuth + Shopify Instances @@ -1129,12 +1129,6 @@ Consider all sites to be NSFW unless otherwise known. Collections, Products - - Loungeunderwear - https://loungeunderwear.com/ - Collections, Products - - Omg Miami Swimwear https://www.omgmiamiswimwear.com/ @@ -1147,6 +1141,12 @@ Consider all sites to be NSFW unless otherwise known. Collections, Products + + Loungeunderwear + https://loungeunderwear.com/ + Collections, Products + + lolisafe and chibisafe diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py index 85d564e6..75021afc 100755 --- a/scripts/supportedsites.py +++ b/scripts/supportedsites.py @@ -408,8 +408,10 @@ def generate_output(columns, categories, domains): name = BASE_MAP.get(name) or (name.capitalize() + " Instances") append('\n\n ' + name + '\n') + clist = base.items() + else: + clist = sorted(base.items(), key=category_key) - clist = sorted(base.items(), key=category_key) for category, subcategories in clist: append("") for column in columns: