From 26e257de48496e7bcea7baceb09c66eb1747eb0d Mon Sep 17 00:00:00 2001 From: lifegpc Date: Tue, 24 May 2022 04:50:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aec1a4c..28db6a7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A pixiv downloader written in Rust. ## Features * Write exif metatata to picture. * Merge ugoira(GIF) pictures to video files. +### TODO +- [ ] Add support for multiple threads download. ## Rust features flags ### all Enable all unconflicted features, this will enable [`exif`](#exif) and [`ugoira`](#ugoira).