mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-17 11:10:57 -05:00
* Update PLUGINS-LIST.md * Create GHScraper_Checker.py * Create GHScraper_Checker.yml * Create log.py * Update GHScraper_Checker.py - No longer check only the last line of yml file. - Only check yml file. - Added a var to ignore the "File don't exist locally" (IGNORE_MISS_LOCAL) - More accurate log.
22 lines
710 B
YAML
22 lines
710 B
YAML
name: GHScraper_Checker
|
|
description: Check the community scraper repo.
|
|
version: 0.1.0
|
|
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/GHScraper_Checker
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/GHScraper_Checker.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: 'Status Check'
|
|
description: "Show in log if you don't have the scraper or a new version is available."
|
|
defaultArgs:
|
|
mode: CHECK
|
|
- name: 'Getting new files'
|
|
description: "Download scraper that don't exist in your scraper folder."
|
|
defaultArgs:
|
|
mode: NEWFILE
|
|
# - name: 'Overwrite everything'
|
|
# description: 'Replace your scraper by github version. Overwrite anything existing.'
|
|
# defaultArgs:
|
|
# mode: OVERWRITE
|