From 87fb51b6b76cf331ca636fb83d02c2c125da0a70 Mon Sep 17 00:00:00 2001 From: adamdub0 <45147368+adamdub0@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:53:20 -0400 Subject: [PATCH 1/2] Update CorbinFisher.yml scrape remaster/re-release tag based on url --- scrapers/CorbinFisher.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scrapers/CorbinFisher.yml b/scrapers/CorbinFisher.yml index d757294ef..b6e4cb0f0 100644 --- a/scrapers/CorbinFisher.yml +++ b/scrapers/CorbinFisher.yml @@ -38,6 +38,17 @@ xPathScrapers: Studio: Name: fixed: Corbin Fisher + Tags: + Name: + selector: //head/link[@rel="canonical"]/@href + postProcess: + - replace: + - regex: .*-(remastered|REMASTERED)\..* + with: "Remaster,Re-Release" + - replace: + - regex: ^http.* + with: "" + split: "," performerScraper: performer: From 1338347f4f75e2cea846e1e6749852c80bff4406 Mon Sep 17 00:00:00 2001 From: adamdub0 <45147368+adamdub0@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:07:31 -0400 Subject: [PATCH 2/2] Update CorbinFisher scraper configuration Added a new URL for trailers and enabled image scraping. --- scrapers/CorbinFisher.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scrapers/CorbinFisher.yml b/scrapers/CorbinFisher.yml index e4ce60660..f56b8c5bb 100644 --- a/scrapers/CorbinFisher.yml +++ b/scrapers/CorbinFisher.yml @@ -3,6 +3,7 @@ sceneByURL: - action: scrapeXPath url: - corbinfisher.com/sfw/trailers + - corbinfisher.com/tour/trailers scraper: sceneScraper performerByURL: @@ -33,11 +34,8 @@ xPathScrapers: - replace: - regex: with: "\n" - # Intentionally disabled - # https://github.com/stashapp/CommunityScrapers/pull/2496 - # https://discourse.stashapp.cc/t/sfw-vs-nsfw-covers/3712 - # Image: - # selector: //img[@height="815"]/@src0_1x + Image: + selector: //img[@height="815"]/@src0_1x Studio: Name: fixed: Corbin Fisher