19 lines
332 B
Go
Raw Normal View History

2018-04-04 17:31:40 +02:00
package main
func main() {
2018-04-08 12:59:36 +02:00
// color.Yellow("Moving Kitsu IDs to new IDs")
2018-04-04 17:31:40 +02:00
2018-04-08 12:59:36 +02:00
// defer color.Green("Finished.")
// defer arn.Node.Close()
2018-04-04 17:31:40 +02:00
2018-04-08 12:59:36 +02:00
// for anime := range arn.StreamAnime() {
// kitsuID := anime.GetMapping("kitsu/anime")
2018-04-04 17:31:40 +02:00
2018-04-08 12:59:36 +02:00
// if kitsuID == "" {
// continue
// }
2018-04-04 17:31:40 +02:00
2018-04-08 12:59:36 +02:00
// anime.MoveImageFiles(kitsuID, anime.ID)
// }
2018-04-04 17:31:40 +02:00
}