Skip to content

Commit

Permalink
Fix Pornplus Models
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondpete committed Sep 18, 2023
1 parent a82cc57 commit 2a06070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/networkPornPros.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def update(metadata, lang, siteNum, movieGenres, movieActors, art):
# Actors
movieActors.clearActors()
if 'pornplus' in sceneURL:
actors = detailsPageElements.xpath('//div[contains(@class, "space-y-4 p-4")]//a[contains(@href, "/girls?")]')
actors = detailsPageElements.xpath('//div[contains(@class, "space-y-4 p-4")]//a[contains(@href, "/models/")]')
else:
actors = detailsPageElements.xpath('//div[@id="t2019-sinfo"]//a[contains(@href, "/girls/")]')
if actors:
Expand Down

0 comments on commit 2a06070

Please sign in to comment.