From 2112d4e6857ddd3e88a70d03ffe61ccd5b76a703 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:53:39 +0200 Subject: [PATCH] Add forum link --- plugins/GroupAutoScraper/GroupAutoScraper.yml | 5 ++--- plugins/GroupAutoScraper/README.md | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/GroupAutoScraper/GroupAutoScraper.yml b/plugins/GroupAutoScraper/GroupAutoScraper.yml index cc9fdde..62da5d7 100644 --- a/plugins/GroupAutoScraper/GroupAutoScraper.yml +++ b/plugins/GroupAutoScraper/GroupAutoScraper.yml @@ -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 \ No newline at end of file diff --git a/plugins/GroupAutoScraper/README.md b/plugins/GroupAutoScraper/README.md index f0c2674..bccd68e 100644 --- a/plugins/GroupAutoScraper/README.md +++ b/plugins/GroupAutoScraper/README.md @@ -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