mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Add new option force-yuv420p
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user