Versions in this module Expand all Collapse all v1 v1.4.2 Jul 3, 2022 v1.4.1 Jul 3, 2022 Changes in this version + const CacheDir + type Illust struct + AgeLimit string + Caption string + CreatedTime string + ImageUrls []string + Pid int64 + Tags string + Title string + UserId int64 + UserName string + func Works(id int64) (i *Illust, err error) + func (i *Illust) Download(page int, path string) error + func (i *Illust) DownloadToCache(page int) error + func (i *Illust) Path(page int) string + type RankValue struct + Date string + Mode string + Page int + Type string + func (value RankValue) Rank() (r [18]int, err error)