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

32 lines
562 B
YAML

# requires: Algolia
name: "Active Duty"
sceneByURL:
- action: script
url:
- activeduty.com/en/video
script:
- python
- ../Algolia/Algolia.py
- activeduty
sceneByFragment:
action: script
script:
- python
- ../Algolia/Algolia.py
- activeduty
sceneByName:
action: script
script:
- python
- ../Algolia/Algolia.py
- activeduty
- searchName
sceneByQueryFragment:
action: script
script:
- python
- ../Algolia/Algolia.py
- activeduty
- validName
# Last Updated September 26, 2023