mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 03:08:29 -06:00
Support older URL schemes for IAFD
These old links will redirect to the new scheme and let users update their links
This commit is contained in:
parent
75664fdc42
commit
eb3f2b92a9
@ -4,7 +4,7 @@ name: IAFD
|
||||
performerByName:
|
||||
action: script
|
||||
script:
|
||||
- python3
|
||||
- python
|
||||
- IAFD.py
|
||||
- search
|
||||
performerByURL:
|
||||
@ -13,23 +13,25 @@ performerByURL:
|
||||
- iafd.com/person.rme/perfid=
|
||||
action: script
|
||||
script:
|
||||
- python3
|
||||
- python
|
||||
- IAFD.py
|
||||
- performer
|
||||
sceneByURL:
|
||||
- url:
|
||||
- iafd.com/title.rme/id=
|
||||
- iafd.com/title.rme/title=
|
||||
action: script
|
||||
script:
|
||||
- python3
|
||||
- python
|
||||
- IAFD.py
|
||||
- scene
|
||||
movieByURL:
|
||||
- url:
|
||||
- iafd.com/title.rme/id=
|
||||
- iafd.com/title.rme/title=
|
||||
action: script
|
||||
script:
|
||||
- python3
|
||||
- python
|
||||
- IAFD.py
|
||||
- movie
|
||||
# Last Updated April 29, 2024
|
||||
# Last Updated May 23, 2024
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user