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