Skip to content

Commit

Permalink
Add special handling for TWM Interviews to KBProductions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Jan 12, 2025
1 parent c947dfb commit 4f52d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapers/KBProductions/KBProductions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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")
Expand Down

0 comments on commit 4f52d71

Please sign in to comment.