From 4f52d71bb1be90f60c4b2ba739f71774a0600305 Mon Sep 17 00:00:00 2001 From: Maista6969 Date: Sun, 12 Jan 2025 20:31:56 +0100 Subject: [PATCH] Add special handling for TWM Interviews to KBProductions --- scrapers/KBProductions/KBProductions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrapers/KBProductions/KBProductions.py b/scrapers/KBProductions/KBProductions.py index 396c3e230..d7a4e9678 100644 --- a/scrapers/KBProductions/KBProductions.py +++ b/scrapers/KBProductions/KBProductions.py @@ -68,6 +68,7 @@ "swallowed.com": "Swallowed", "thaigirlswild.com": "Thai Girls Wild", "topwebmodels.com": "Top Web Models", + "topwebmodels-interviews.com": "TWM Interviews", "trueanal.com": "True Anal", "twmclassics.com": "TWM Classics", "xful.com": "Xful", @@ -94,6 +95,7 @@ def clean_url(url: str) -> str: # Some sites only work with the `tour.` subdomain def fix_url(url: str) -> str: url = url.replace("twmclassics.com", "topwebmodels.com") + url = url.replace("topwebmodels-interviews.com", "topwebmodels.com") url = url.replace("suckthisdick.com", "hobybuchanon.com") url = url.replace("premium-nickmarxx.com", "nickmarxx.com") url = url.replace("api.nyseedxxx.com", "nyseedxxx.com")