25 lines
350 B
YAML
25 lines
350 B
YAML
name: Torrent
|
|
# requires: py_common
|
|
|
|
sceneByFragment:
|
|
action: script
|
|
script:
|
|
- python3
|
|
- torrent.py
|
|
- query
|
|
|
|
sceneByName:
|
|
action: script
|
|
script:
|
|
- python3
|
|
- torrent.py
|
|
- search
|
|
|
|
sceneByQueryFragment:
|
|
action: script
|
|
script:
|
|
- python3
|
|
- torrent.py
|
|
- fragment
|
|
|
|
# Last Updated December 16, 2022 |