Add new option force-yuv420p

This commit is contained in:
2022-07-19 23:18:28 +00:00
committed by GitHub
parent b2f1b5df07
commit eb1e42abf4
5 changed files with 57 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ pub enum PixivDownloaderError {
HTTP(http::Error),
IOError(std::io::Error),
Fanbox(crate::fanbox::error::FanboxAPIError),
#[cfg(feature = "avdict")]
AVDict(crate::avdict::AVDictError),
}
impl From<&str> for PixivDownloaderError {