diff --git a/pkg/scrape/vrspy.go b/pkg/scrape/vrspy.go index 598a5b2d6..22ab5a183 100755 --- a/pkg/scrape/vrspy.go +++ b/pkg/scrape/vrspy.go @@ -38,7 +38,7 @@ func VRSpy(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out chan<- sc.Site = siteID sc.HomepageURL = e.Request.URL.String() - ogimage := e.ChildAttr(`meta[property="og:image"]`, "content") + ogimage := e.ChildAttr(`meta[property="og:image"][content*="cover.jpg"]`, "content") if ogimage != "" { ogimageURL, err := url.Parse(ogimage) if err == nil {