File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,12 @@ xPathScrapers:
26
26
- parseDate : 01/02/2006
27
27
Tags :
28
28
Name : //a[@itemprop="genre"]/text()
29
- URL : //link[@itemprop="url"]/@href # gets the hobby.porn url
30
- # Possible update once XPath scraper handles multiple urls
31
- # //div[@class="player"]//a/@href gets the pornhub url
29
+ URLs :
30
+ selector : //link[@itemprop="url"]/@href | //iframe[contains(@src, 'pornhub.com')]/@src
31
+ postProcess :
32
+ - replace :
33
+ - regex : https:\/\/www\.pornhub\.com\/embed\/
34
+ with : " https://www.pornhub.org/view_video.php?viewkey="
32
35
Image : //span[@itemprop="thumbnail"]/link/@href
33
36
sceneSearch :
34
37
common :
@@ -37,4 +40,4 @@ xPathScrapers:
37
40
Title : $scenecard//div[@class="item-title"]
38
41
URL : $scenecard//a/@href
39
42
Image : $scenecard//img/@src
40
- # Last Updated January 05, 2024
43
+ # Last Updated March 24, 2025
You can’t perform that action at this time.
0 commit comments