Update fanbox download

Now will read exif data before write exif data.
This commit is contained in:
2022-07-15 05:09:42 +00:00
committed by GitHub
parent 061aa56bde
commit 70b87e055d
12 changed files with 343 additions and 35 deletions

View File

@@ -13,6 +13,7 @@ pub enum PixivDownloaderError {
#[cfg(feature = "server")]
Hyper(hyper::Error),
HTTP(http::Error),
IOError(std::io::Error),
}
impl From<&str> for PixivDownloaderError {