We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0420216 commit c9420c6Copy full SHA for c9420c6
scrapers/Pornhub.yml
@@ -42,9 +42,9 @@ xPathScrapers:
42
$searchThumb: //ul[contains(@class, "search-video-thumbs") and not(@id="bottomVideos")]//div[contains(@class, "thumbnail-info-wrapper")]
43
44
scene:
45
- Title: $searchThumb/span[@class="title"]/a/text()
+ Title: $searchThumb//span[@class="title"]/a/text()
46
URL:
47
- selector: $searchThumb/span[@class="title"]/a/@href
+ selector: $searchThumb//span[@class="title"]/a/@href
48
postProcess:
49
- replace:
50
- regex: ^
@@ -152,4 +152,4 @@ driver:
152
Domain: ".pornhub.com"
153
Value: "1"
154
Path: "/"
155
-# Last Updated August 19, 2024
+# Last Updated March 24, 2025
0 commit comments