mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 04:17:19 +00:00
update package references
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
epub "github.com/bmaupin/go-epub"
|
||||
cobra "github.com/spf13/cobra"
|
||||
|
||||
"papeer/book"
|
||||
"github.com/papeer/book"
|
||||
)
|
||||
|
||||
var quiet, stdout, recursive, include bool
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user