-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from niemands/galleryScrape
Add gallery scraping support to the bulk_url_scraper plugin
- Loading branch information
Showing
4 changed files
with
317 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
name: Bulk Scene URL scraper | ||
description: Scrape scene information for all scenes with the "scrape" tag | ||
version: 1.1 | ||
description: Scrape information for all scenes and galleries with the "scrape" tag | ||
version: 2.0 | ||
url: https://github.com/niemands/StashPlugins | ||
exec: | ||
- python | ||
- "{pluginDir}/py_plugins/bulk_url_scraper.py" | ||
interface: raw | ||
tasks: | ||
- name: Create scrape tag | ||
description: Create the "scrape" tag. Add this tag to all scenes that should be scraped. These scenes require the url field to be set | ||
description: Create the "scrape" tag. Add this tag to all scenes and galleries that should be scraped. These require the url field to be set | ||
defaultArgs: | ||
mode: create | ||
- name: Remove scrape tag | ||
description: Removes the "scrape" tag from all scenes and deletes the tag. | ||
description: Removes the "scrape" tag from all scenes and galleries and deletes the tag. | ||
defaultArgs: | ||
mode: remove | ||
- name: Scrape scenes | ||
description: Scrape scene information for all scenes with the "scrape" tag. This action will overwrite all previous scene information | ||
- name: Scrape urls | ||
description: Scrape information for all scenes and galleries with the "scrape" tag. This action will overwrite all previous information | ||
defaultArgs: | ||
mode: scrape |
Oops, something went wrong.