Updated twist job

This commit is contained in:
Eduard Urbach 2017-11-05 23:43:08 +01:00
parent 4cdc23d8f7
commit 7c3e60dff3

View File

@ -36,6 +36,11 @@ func main() {
// Log
fmt.Fprintf(os.Stdout, "[%d / %d] ", count+1, len(idList))
if anime.Status != "current" {
fmt.Println("Not currently airing - skipping")
continue
}
// Refresh
anime.RefreshEpisodes()