Updated to latest ARN API

This commit is contained in:
2017-06-27 12:39:41 +02:00
parent 93e7ad01d5
commit 04373033cc
10 changed files with 23 additions and 14 deletions

View File

@ -15,7 +15,7 @@ func main() {
color.Yellow("Syncing Anime")
// Get a stream of all anime
allAnime := kitsu.AllAnime()
allAnime := kitsu.StreamAnime()
// Iterate over the stream
for anime := range allAnime {