Skip to content

Commit

Permalink
scraper: add categories to virtualrealporn
Browse files Browse the repository at this point in the history
Merge pull request #2 from theRealKLH/vrp_042023_1
  • Loading branch information
vt-idiot authored Apr 24, 2023
2 parents befe53e + 5eeff42 commit e05f769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scrape/virtualrealporn.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ func VirtualRealPornSite(wg *sync.WaitGroup, updateSite bool, knownScenes []stri
})

// Tags
e.ForEach(`a[href*="/tag/"] span`, func(id int, e *colly.HTMLElement) {
// e.ForEach(`a[href*="/tag/"] span`, func(id int, e *colly.HTMLElement) {
e.ForEach(`div.metaSingleData a span`, func(id int, e *colly.HTMLElement) {
sc.Tags = append(sc.Tags, strings.TrimSpace(e.Text))
})
if scraperID == "virtualrealgay" {
Expand Down

0 comments on commit e05f769

Please sign in to comment.