Removed old patches

This commit is contained in:
2017-11-01 20:11:05 +01:00
parent e70dc0daed
commit cf00461feb
28 changed files with 57 additions and 403 deletions

View File

@ -7,6 +7,8 @@ import (
)
func main() {
defer arn.Node.Close()
arn.PanicOnError(anilist.Authorize())
color.Green(anilist.AccessToken)
@ -14,9 +16,8 @@ func main() {
arn.PanicOnError(err)
count := 0
stream := anilist.StreamAnime()
for aniListAnime := range stream {
for aniListAnime := range anilist.StreamAnime() {
println(aniListAnime.TitleRomaji)
anime := arn.FindAniListAnime(aniListAnime, allAnime)