File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,12 @@ xPathScrapers:
2626 - parseDate : 01/02/2006
2727 Tags :
2828 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="
3235 Image : //span[@itemprop="thumbnail"]/link/@href
3336 sceneSearch :
3437 common :
@@ -37,4 +40,4 @@ xPathScrapers:
3740 Title : $scenecard//div[@class="item-title"]
3841 URL : $scenecard//a/@href
3942 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