mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-11 00:09:13 +08:00
3cb2e1472665ae62298ffd4e5f34f12bb8dbf878
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.18 to 0.7.19. - [Release notes](https://github.com/BurntSushi/aho-corasick/releases) - [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.18...0.7.19) --- updated-dependencies: - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…
…
…
…
…
pixiv downloader
A pixiv downloader written in Rust.
Features
- Write exif metatata to picture.
- Merge ugoira(GIF) pictures to video files.
TODO
- Add support for multiple threads download.
- Batch download.
- Fanbox support.
TODO - CVE
- Remove parse_duration dependency which used in unittest.
Rust features flags
all
Enable all unconflicted features, this will enable exif and ugoira.
exif
Enable exif support.
Notice
- Exiv2 is needed. If exiv2 library is not included in system library path. Make sure correct
CMAKE_PREFIX_PATHis set. - If you are build on windows system. You need apply patches in exif/patchs folder to make sure Exiv2 support UTF-8 encoding path.
ugoira
Enable the feature that merge ugoira(GIF) pictures(ZIP file) to video files(MP4 file).
Notice
Languages
Rust
92.3%
C
2.2%
C++
1.7%
CMake
1.1%
Python
1.1%
Other
1.6%