Skip to content

Commit

Permalink
Remove WhoreCraftVR
Browse files Browse the repository at this point in the history
Redirects to LethalHardcoreVR
  • Loading branch information
pops64 committed Aug 20, 2024
1 parent 8e682ae commit d3cc6eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/scrape/lethalhardcorevr.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ func LethalHardcoreVR(wg *sync.WaitGroup, updateSite bool, knownScenes []string,
return LethalHardcoreSite(wg, updateSite, knownScenes, out, singleSceneURL, "lethalhardcorevr", "LethalHardcoreVR", "https://www.lethalhardcorevr.com", singeScrapeAdditionalInfo, limitScraping)
}

func WhorecraftVR(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out chan<- models.ScrapedScene, singleSceneURL string, singeScrapeAdditionalInfo string, limitScraping bool) error {
return LethalHardcoreSite(wg, updateSite, knownScenes, out, singleSceneURL, "whorecraftvr", "WhorecraftVR", "https://lethalhardcorevr.com/lethal-hardcore-vr-scenes.html?studio=95347&sort=released", singeScrapeAdditionalInfo, limitScraping)
}

func init() {
registerScraper("whorecraftvr", "WhorecraftVR", "https://imgs1cdn.adultempire.com/bn/Whorecraft-VR-apple-touch-icon.png", "lethalhardcorevr.com", WhorecraftVR)
registerScraper("lethalhardcorevr", "LethalHardcoreVR", "https://imgs1cdn.adultempire.com/bn/Lethal-Hardcore-apple-touch-icon.png", "lethalhardcorevr.com", LethalHardcoreVR)
}

0 comments on commit d3cc6eb

Please sign in to comment.