update package references

This commit is contained in:
lapwat
2021-09-14 22:51:08 +02:00
parent 3857de3d87
commit 3f6dcd8aa0
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ var listCmd = &cobra.Command{
classesLinks := map[string][]map[string]string{}
classesCount := map[string]int{}
classMax := ""
c.OnHTML(selector, func(e *colly.HTMLElement) {
href := e.Attr("href")
text := strings.TrimSpace(e.Text)