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