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

34 lines
499 B
YAML

name: Redgifs
# requires: py_common
sceneByURL:
- action: script
script:
- python
- Redgifs.py
- url
url:
- www.redgifs.com/watch/
sceneByFragment:
action: script
script:
- python
- Redgifs.py
- fragment
sceneByQueryFragment:
action: script
script:
- python
- Redgifs.py
- queryFragment
sceneByName:
action: script
script:
- python
- Redgifs.py
- name
# Last Updated August 03, 2023