Migration to nano

This commit is contained in:
2017-11-01 10:28:40 +01:00
parent c60f53ed76
commit b0d03fe8ef
6 changed files with 19 additions and 51 deletions

View File

@ -10,6 +10,7 @@ import (
func main() {
color.Yellow("Refreshing episode information for each anime.")
defer arn.Node.Close()
if InvokeShellArgs() {
return
@ -19,7 +20,7 @@ func main() {
mediumPriority := []*arn.Anime{}
lowPriority := []*arn.Anime{}
for anime := range arn.MustStreamAnime() {
for anime := range arn.StreamAnime() {
if anime.GetMapping("shoboi/anime") == "" {
continue
}