Skip to content

Commit

Permalink
Merge branch 'slr_changes_1001' into RFTW
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealKLH committed Oct 8, 2023
2 parents eeda6ad + a3ea099 commit 47d2372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scrape/slrstudios.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func SexLikeReal(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out
// To determine filenames
var videotype string
e.ForEach(`ul.c-meta--scene-specs li a`, func(id int, e *colly.HTMLElement) {
if e.Attr("title") == "190°" || e.Attr("title") == "200°" || e.Attr("title") == "220°" || e.Attr("title") == "360°" || e.Attr("title") == "fisheye" {
if e.Attr("title") == "190°" || e.Attr("title") == "200°" || e.Attr("title") == "220°" || e.Attr("title") == "360°" || e.Attr("title") == "Fisheye" {
videotype = e.Attr("title")
if !skiptags[e.Attr("title")] {
sc.Tags = append(sc.Tags, e.Attr("title"))
Expand Down

0 comments on commit 47d2372

Please sign in to comment.