Updated MAL tools

This commit is contained in:
2018-10-30 12:01:42 +09:00
parent 85cd5538b6
commit 3a6cd6b3bc
3 changed files with 40 additions and 7 deletions

View File

@ -29,7 +29,7 @@ func InvokeShellArgs() bool {
panic("No MAL ID")
}
readFile(path.Join(arn.Root, "jobs/mal-download/anime", "anime-"+anime.GetMapping("myanimelist/anime")+".html"))
readAnimeFile(path.Join(arn.Root, "jobs/mal-download/anime", "anime-"+anime.GetMapping("myanimelist/anime")+".html"))
return true
}