forked from lilith/yuri
no boy
This commit is contained in:
parent
f74381258a
commit
e87dfbbc04
1 changed files with 1 additions and 1 deletions
2
post.py
2
post.py
|
@ -11,7 +11,7 @@ async def main():
|
|||
masto = Mastodon(api_base_url = config["PLEROMA_INSTANCE"], access_token = config["PLEROMA_ACCESS_TOKEN"], feature_set = "pleroma")
|
||||
|
||||
try:
|
||||
posts = await gelbooru.search_posts(tags=["sort:random", "rating:s", "yuri", "sisters"], exclude_tags=["ai_generated"])
|
||||
posts = await gelbooru.search_posts(tags=["sort:random", "rating:s", "yuri", "sisters"], exclude_tags=["ai_generated", "1boy"])
|
||||
result = posts[0]
|
||||
|
||||
req = Request(url=result.file_url, headers={"User-Agent": "Mozilla/5.0"})
|
||||
|
|
Loading…
Add table
Reference in a new issue