mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update the document
This commit is contained in:
@@ -31,12 +31,14 @@ mod _exif;
|
||||
mod _ugoira;
|
||||
mod author_name_filter;
|
||||
#[cfg(feature = "avdict")]
|
||||
/// A rust wrapper for [FFMPEG](https://ffmpeg.org/)'s [AVDictionary](https://ffmpeg.org/doxygen/trunk/group__lavu__dict.html)
|
||||
mod avdict;
|
||||
mod cookies;
|
||||
mod data;
|
||||
mod download;
|
||||
mod dur;
|
||||
#[cfg(feature = "exif")]
|
||||
/// Used to read/modify image's exif data
|
||||
mod exif;
|
||||
/// Used to extend some thirdparty library
|
||||
mod ext;
|
||||
|
||||
Reference in New Issue
Block a user