Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion scrapers/CruelGirlfriend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ sceneByURL:
url:
- cruelgf.com/Clip.php
scraper: sceneScraper
sceneByFragment:
action: scrapeXPath
scraper: sceneScraper
queryURL: https://cruelgf.com/Clip.php?clip_no={filename}
queryURLReplace:
filename:
- regex: ^(\d+).mp4$
with: $1
- regex: .*[a-z]CG(\d+)H?.mp4
with: $1
xPathScrapers:
sceneScraper:
common:
Expand Down Expand Up @@ -71,6 +81,7 @@ xPathScrapers:
Studio:
Name:
fixed: Cruel Girlfriend
URL: //html/head/meta[@property="og:url"]/@content
Code:
selector: $script
postProcess:
Expand All @@ -79,4 +90,4 @@ xPathScrapers:
with: $1
- regex: "^{.+" #cleanup on non matches
with:
# Last Updated January 06, 2023
# Last Updated November 4, 2025