Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a33282

Browse files
authored
scraper: Fix for VRSpy Titles not being scraped (#1883)
Title was no longer being found fixed. Also removed the VR Porn Scene suffix being applied to recent scenes
1 parent5f58753 commit1a33282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pkg/scrape/vrspy.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ func VRSpy(wg *models.ScrapeWG, updateSite bool, knownScenes []string, out chan<
6262

6363
sc.SceneID=scraperID+"-"+sc.SiteID
6464

65-
sc.Title=e.ChildText(`.video-content .header-container .video-title .section-header-container`)
65+
sc.Title=strings.TrimSuffix(strings.TrimSuffix(e.ChildText(`div.video-title .section-header-container`)," Scene")," - VR Porn")
66+
6667
sc.Synopsis=e.ChildText(`.video-description-container`)
6768
sc.Tags=e.ChildTexts(`.video-categories .chip`)
6869

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp