34 lines
499 B
YAML
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
|