stash
This commit is contained in:
25
stash/config/scrapers/community/torrent/torrent.yml
Normal file
25
stash/config/scrapers/community/torrent/torrent.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
Reference in New Issue
Block a user