Skip to content

Commit

Permalink
Update slrstudios.go
Browse files Browse the repository at this point in the history
Forgot to import `net/url`, gofmt
  • Loading branch information
vt-idiot authored Feb 14, 2024
1 parent 436abb0 commit dc40530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scrape/slrstudios.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package scrape
import (
"encoding/json"
"html"
"net/url"
"regexp"
"strconv"
"strings"
Expand Down Expand Up @@ -171,7 +172,7 @@ func SexLikeReal(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out
unescapedURL, err := url.QueryUnescape(posterURL)
sc.Covers = append(sc.Covers, unescapedURL)
posterURLFound = true
}
}
}
})
}
Expand Down

0 comments on commit dc40530

Please sign in to comment.