Files
compose-projects-arr/stash/config/scrapers/community/torrent/torrent.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

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