Skip to content

Commit

Permalink
Add VRAllure Members Link (xbapps#1818)
Browse files Browse the repository at this point in the history
Confirmed works
  • Loading branch information
pops64 authored Aug 28, 2024
1 parent 3519670 commit cffd624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scrape/vrallure.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func VRAllure(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out cha
sc.Studio = "VRAllure"
sc.Site = siteID
sc.HomepageURL = strings.Split(e.Request.URL.String(), "?")[0]
sc.MembersUrl = strings.Replace(sc.HomepageURL, "https://vrallure.com/scenes/", "https://ma.vrallure.com/scene/", 1)

// Scene ID - get from URL
tmp := strings.Split(sc.HomepageURL, "/")
Expand Down

0 comments on commit cffd624

Please sign in to comment.