mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-05 13:09:49 -06:00
23 lines
674 B
YAML
23 lines
674 B
YAML
name: "Adulttime Interactive Downloader"
|
|
description: Download Interactive Files for Adulttime Scenes
|
|
version: 0.1.2
|
|
url: https://github.com/tooliload/StashAppCommunityScripts/tree/main/plugins/AdulttimeInteractiveDL
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/AdulttimeInteractiveDL.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: "Download"
|
|
description: "Download Interactive Files from Adulttime Scenes"
|
|
defaultArgs:
|
|
mode: download
|
|
- name: "Clear Cache"
|
|
description: "Clean cached JSON Answers and Interactive Cache"
|
|
defaultArgs:
|
|
mode: cacheclean
|
|
hooks:
|
|
- name: download
|
|
description: Try download if Scene updated
|
|
triggeredBy:
|
|
- Scene.Update.Post
|