File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/stashapp/CommunityScrapers/refs/heads/master/validator/scraper.schema.json
2+ name : " Milky Peru"
3+ sceneByURL :
4+ - action : scrapeXPath
5+ url :
6+ - milkyperu.com
7+ scraper : milkyperu
8+
9+ xPathScrapers :
10+ milkyperu :
11+ scene :
12+ Title :
13+ selector : //meta[@property = "og:title"]/@content
14+ postProcess :
15+ - replace :
16+ - regex : " [. -]+$"
17+ with : " "
18+ URLs : //meta[@property = "og:url"]/@content
19+ Date :
20+ selector : //meta[@property = "article:published_time"]/@content
21+ postProcess :
22+ - parseDate : 2006-01-02T15:04:05-07:00
23+ Details : //div[@data-elementor-type="wp-post"]//div[@class="elementor-widget-container"]/h2[contains(@class, "elementor-heading-title")]//text()
24+ Studio :
25+ Name : //meta[@property = "og:site_name"]/@content
26+ Image : //meta[@property = "og:image"]/@content
You can’t perform that action at this time.
0 commit comments