Minor changes
This commit is contained in:
@ -19,8 +19,6 @@ const (
|
||||
)
|
||||
|
||||
func main() {
|
||||
defer arn.Node.Close()
|
||||
|
||||
// Filter anime with MAL ID
|
||||
animes := []*arn.Anime{}
|
||||
|
||||
@ -36,6 +34,9 @@ func main() {
|
||||
|
||||
color.Yellow("Found %d anime", len(animes))
|
||||
|
||||
// We don't need the database anymore
|
||||
arn.Node.Close()
|
||||
|
||||
// Create crawler
|
||||
malCrawler := crawler.New(
|
||||
map[string]string{
|
||||
|
Reference in New Issue
Block a user