Skip to content

Commit

Permalink
Merge pull request #128 from flickerace/patch-2
Browse files Browse the repository at this point in the history
Update sitePrivate.py tags
  • Loading branch information
DirtyRacer1337 authored May 22, 2024
2 parents e46191b + 533227e commit 8e4a07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/sitePrivate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PrivateSpider(BaseSceneScraper):
'date': '//meta[@itemprop="uploadDate"]/@content',
'image': '//meta[@itemprop="thumbnailUrl"]/@content',
'performers': '//ul[contains(@class,"scene-models-list")]/li/a[@data-track="PORNSTAR_NAME"]/text()',
'tags': '//ul[@class="scene-tags"]/li/a/text()',
'tags': '//ul[@class="scene-models-list-tags-sites"]/li[@class="tag-tags"]/a/text()',
'external_id': '\\/(\\d+)$',
'trailer': '',
'pagination': '/scenes/%s/'
Expand Down

0 comments on commit 8e4a07d

Please sign in to comment.