dependabot[bot] fb9b56bf32 Bump pest_derive from 2.3.1 to 2.4.0 (#288)
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: pest_derive
  dependency-type: indirect
  update-type: version-update:semver-minor
...

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>
2022-10-04 19:38:45 +08:00
2022-09-25 00:23:32 +00:00
2022-09-19 04:41:39 +00:00
2022-10-03 14:14:49 +00:00
2022-09-18 01:10:53 +00:00
2022-09-20 17:50:48 +08:00
2022-09-23 04:29:05 +00:00
2022-10-03 14:14:49 +00:00
2022-09-18 07:37:27 +00:00
2022-09-25 07:16:19 +00:00
2022-09-28 08:41:55 +08:00
2022-09-18 07:37:27 +00:00

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_PATH is 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

  • libzip and FFmpeg is needed. If these libraries are not included in system library path. Make sure CMAKE_PREFIX_PATH and PKG_CONFIG_PATH are seted.
  • FFmpeg library should be linked with libX264. Other H.264 encoder may works.
Description
Languages
Rust 92.3%
C 2.2%
C++ 1.7%
CMake 1.1%
Python 1.1%
Other 1.6%