We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6d239 commit 2112d4eCopy full SHA for 2112d4e
2 files changed
plugins/GroupAutoScraper/GroupAutoScraper.yml
@@ -1,7 +1,7 @@
1
name: GroupAutoScraper
2
description: Automatically re-scrape groups that have an Adult Empire URL to pickup tags and studio for the group.
3
-url: https://github.com/stashapp/CommunityScripts
4
version: 1.1.0
+url: https://discourse.stashapp.cc/t/groupautoscraper/6196
5
exec:
6
- python
7
- "{pluginDir}/autoScraper.py"
@@ -10,5 +10,4 @@ hooks:
10
- name: hook_group_auto_scraper
11
description: Re-scrape group on create when it has a URL.
12
triggeredBy:
13
- - Group.Create.Post
14
-
+ - Group.Create.Post
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
0 commit comments