File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ name : TOAXXX
2+ sceneByURL :
3+ - action : scrapeXPath
4+ url :
5+ - toaxxx.com
6+ - breastsinpain.com
7+ scraper : sceneScraper
8+
9+ xPathScrapers :
10+ sceneScraper :
11+ scene :
12+ Title :
13+ selector : //h4[contains(@class, "post-title")]
14+ Code :
15+ selector : //div[contains(@class, "post-meta-trio")]
16+ postProcess :
17+ - replace :
18+ - regex : ^([A-Z]+[0-9]+).*$
19+ with : $1
20+ Date :
21+ selector : //time[contains(@class, "entry-date")]/@datetime
22+ postProcess :
23+ - replace :
24+ - regex : T.*$
25+ with : " "
26+ - parseDate : 2006-01-02
27+ Studio :
28+ Name :
29+ selector : //head//title
30+ postProcess :
31+ - replace :
32+ - regex : ^.*\|
33+ with : " "
34+ Performers :
35+ Name :
36+ selector : //div[contains(@class, "post-meta-trio")]/a[@rel="tag"]
37+ Tags :
38+ Name :
39+ selector : //div[contains(@class, "post-meta-trio")]/a[@rel="category tag"]
40+ Details :
41+ selector : //div[contains(@class, "blog-post-excerpt")]/p
42+ Image :
43+ selector : //a[@rel="prettyPhoto"]/img/@src
44+ # Last Updated November 2, 2025
You can’t perform that action at this time.
0 commit comments