e621 downloader & metadata database

feat(dl/posts): Use rest parameters

matrixfurry.com 93b9a936 501b0298

verified
Changed files
+2 -2
nu621
+2 -2
nu621/mod.nu
··· 24 24 id: int 25 25 --force (-f) # Force the post to be re-downloaded 26 26 ] { 27 - download posts [$id] --force=$force 27 + download posts $id --force=$force 28 28 } 29 29 30 30 export def "download posts" [ 31 - ids: list<int> 31 + ...ids: int 32 32 --force (-f) # Force the posts to be re-downloaded 33 33 ] { 34 34 log info "Fetching post metadata"