Add support for download fanbox creator's info

This commit is contained in:
2022-07-17 11:04:12 +00:00
committed by GitHub
parent bc02cad593
commit 3126bf5b2b
9 changed files with 258 additions and 23 deletions

View File

@@ -14,6 +14,7 @@ pub enum PixivDownloaderError {
Hyper(hyper::Error),
HTTP(http::Error),
IOError(std::io::Error),
Fanbox(crate::fanbox::error::FanboxAPIError),
}
impl From<&str> for PixivDownloaderError {