From eb3f2b92a9afcc88183ef2828ca12fd7a2d81023 Mon Sep 17 00:00:00 2001 From: Maista6969 Date: Thu, 23 May 2024 21:16:01 +0200 Subject: [PATCH] Support older URL schemes for IAFD These old links will redirect to the new scheme and let users update their links --- scrapers/IAFD/IAFD.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scrapers/IAFD/IAFD.yml b/scrapers/IAFD/IAFD.yml index 1508ea45..fc499d36 100644 --- a/scrapers/IAFD/IAFD.yml +++ b/scrapers/IAFD/IAFD.yml @@ -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