@@ -23,14 +23,11 @@ xPathScrapers:
2323 sceneScraper :
2424 scene :
2525 Title :
26- selector : /html/head/title/text()
27- postProcess :
28- - replace :
29- - regex : (FC2-.+)
30- with : " "
26+ selector : //div[@class='items_article_headerInfo']/h3/text()
27+ concat : " "
3128 Details :
3229 selector : //script[@data-template-name="image-lazy-cushion"]/following-sibling::div/text()
33- URL : /html/head/meta[@property="og:url"]/@content
30+ URLs : /html/head/meta[@property="og:url"]/@content
3431 Date :
3532 selector : //*[@id="top"]/div[1]/section[1]/div/section/div[2]/div[2]/p/text()
3633 postProcess :
@@ -48,31 +45,26 @@ xPathScrapers:
4845 - replace :
4946 - regex : ^
5047 with : " https:"
48+ Director :
49+ selector : //section[@class="items_comment_sellerBox"]/div/div/h4/a
5150 Studio :
5251 Name :
53- selector : /html/head/title/text()
54- postProcess :
55- - replace :
56- - regex : .*(FC2).*
57- with : $1
52+ fixed : FC2
5853 Code :
59- selector : /html/head/title/text()
54+ selector : //meta[@name="description"]/@content
6055 postProcess :
6156 - replace :
62- - regex : .* (FC2-. +).*
57+ - regex : (?s).*? (FC2-PPV-\d +).*
6358 with : $1
6459
6560 movieScraper :
6661 group :
6762 Name :
68- selector : /html/head/title/text()
69- postProcess :
70- - replace :
71- - regex : (FC2-.+)
72- with : " "
63+ selector : //div[@class='items_article_headerInfo']/h3/text()
64+ concat : " "
7365 Synopsis :
7466 selector : //script[@data-template-name="image-lazy-cushion"]/following-sibling::div/text()
75- URL : /html/head/meta[@property="og:url"]/@content
67+ URLs : /html/head/meta[@property="og:url"]/@content
7668 Date :
7769 selector : //*[@id="top"]/div[1]/section[1]/div/section/div[2]/div[2]/p/text()
7870 postProcess :
@@ -86,11 +78,13 @@ xPathScrapers:
8678 - replace :
8779 - regex : ^
8880 with : " https:"
81+ Director :
82+ selector : //section[@class="items_comment_sellerBox"]/div/div/h4/a
8983 Studio :
9084 Name :
91- selector : /html/head/title/text()
92- postProcess :
93- - replace :
94- - regex : .*(FC2).*
95- with : $1
96- # Last Updated June 26, 2024
85+ fixed : FC2
86+ Tags :
87+ Name : //a[@class='tag tagTag']/text()
88+ # Last Updated January 3, 2025
89+
90+
0 commit comments