File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ sceneByURL:
44 url :
55 - cruelgf.com/Clip.php
66 scraper : sceneScraper
7+ sceneByFragment :
8+ action : scrapeXPath
9+ scraper : sceneScraper
10+ queryURL : https://cruelgf.com/Clip.php?clip_no={filename}
11+ queryURLReplace :
12+ filename :
13+ - regex : ^(\d+).mp4$
14+ with : $1
15+ - regex : .*[a-z]CG(\d+)H?.mp4
16+ with : $1
717xPathScrapers :
818 sceneScraper :
919 common :
@@ -71,6 +81,7 @@ xPathScrapers:
7181 Studio :
7282 Name :
7383 fixed : Cruel Girlfriend
84+ URL : //html/head/meta[@property="og:url"]/@content
7485 Code :
7586 selector : $script
7687 postProcess :
@@ -79,4 +90,4 @@ xPathScrapers:
7990 with : $1
8091 - regex : " ^{.+" # cleanup on non matches
8192 with :
82- # Last Updated January 06, 2023
93+ # Last Updated November 4, 2025
You can’t perform that action at this time.
0 commit comments