Add forum link

This commit is contained in:
DogmaDragon
2026-03-17 19:53:39 +02:00
parent fc6d239a1b
commit 2112d4e685
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: GroupAutoScraper
description: Automatically re-scrape groups that have an Adult Empire URL to pickup tags and studio for the group.
url: https://github.com/stashapp/CommunityScripts
version: 1.1.0
url: https://discourse.stashapp.cc/t/groupautoscraper/6196
exec:
- python
- "{pluginDir}/autoScraper.py"
@@ -10,5 +10,4 @@ hooks:
- name: hook_group_auto_scraper
description: Re-scrape group on create when it has a URL.
triggeredBy:
- Group.Create.Post
- Group.Create.Post

View File

@@ -1,5 +1,7 @@
# GroupAutoScraper
https://discourse.stashapp.cc/t/groupautoscraper/6196
Automatically re-scrape groups that have a supported URL and merge the scraped data back into the group.
## What it does