[danbooru] add 'favgroup' extractor

This commit is contained in:
Mike Fährmann
2025-03-26 12:48:59 +01:00
parent 93675b8e97
commit 24bbcbcfa3
6 changed files with 90 additions and 44 deletions

View File

@@ -1886,12 +1886,14 @@ Description
extractor.[Danbooru].pool.order-posts
-------------------------------------
extractor.[Danbooru].favgroup.order-posts
-----------------------------------------
Type
``string``
Default
``"pool"``
Description
Controls the order in which pool posts are returned.
Controls the order in which ``pool``/``favgroup`` posts are returned.
``"pool"`` | ``"pool_asc"`` | ``"asc"`` | ``"asc_pool"``
Pool order

View File

@@ -792,6 +792,9 @@
"threshold": "auto",
"ugoira" : false,
"favgroup": {
"order-posts": "pool"
},
"pool": {
"order-posts": "pool"
}

View File

@@ -1190,25 +1190,25 @@ Consider all listed sites to potentially be NSFW.
<tr>
<td>Danbooru</td>
<td>https://danbooru.donmai.us/</td>
<td>Artists, Artist Searches, Pools, Popular Images, Posts, Tag Searches</td>
<td>Artists, Artist Searches, Favorite Groups, Pools, Popular Images, Posts, Tag Searches</td>
<td>Supported</td>
</tr>
<tr>
<td>ATFBooru</td>
<td>https://booru.allthefallen.moe/</td>
<td>Artists, Artist Searches, Pools, Popular Images, Posts, Tag Searches</td>
<td>Artists, Artist Searches, Favorite Groups, Pools, Popular Images, Posts, Tag Searches</td>
<td>Supported</td>
</tr>
<tr>
<td>Aibooru</td>
<td>https://aibooru.online/</td>
<td>Artists, Artist Searches, Pools, Popular Images, Posts, Tag Searches</td>
<td>Artists, Artist Searches, Favorite Groups, Pools, Popular Images, Posts, Tag Searches</td>
<td>Supported</td>
</tr>
<tr>
<td>Booruvar</td>
<td>https://booru.borvar.art/</td>
<td>Artists, Artist Searches, Pools, Popular Images, Posts, Tag Searches</td>
<td>Artists, Artist Searches, Favorite Groups, Pools, Popular Images, Posts, Tag Searches</td>
<td>Supported</td>
</tr>