Commit Graph

20 Commits

Author SHA1 Message Date
dependabot[bot]
cccda23664 Bump regex from 1.5.5 to 1.5.6 (#8)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.5...1.5.6)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23 10:42:26 +08:00
802fc7b658 Fix build scripts not build 2022-05-17 15:20:33 +08:00
650e533519 update 2022-05-17 15:02:06 +08:00
dependabot[bot]
21dc24b1dc Bump tokio from 1.18.1 to 1.18.2 (#7) 2022-05-09 03:04:30 +00:00
dependabot[bot]
963f90b86f Bump tokio from 1.18.0 to 1.18.1 (#6)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.0...tokio-1.18.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 10:48:39 +08:00
dependabot[bot]
49b5c7a206 Bump tokio from 1.17.0 to 1.18.0 (#5)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 11:04:29 +08:00
dependabot[bot]
17045cac07 Bump html_parser from 0.6.2 to 0.6.3 (#4)
Bumps [html_parser](https://github.com/mathiversen/html-parser) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/mathiversen/html-parser/releases)
- [Commits](https://github.com/mathiversen/html-parser/commits/v0.6.3)

---
updated-dependencies:
- dependency-name: html_parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 11:03:25 +08:00
9493f475df add support for download multiply images 2022-03-28 21:11:03 +08:00
0ddcd7d533 add support for ugoira
add progress bar
2022-03-19 17:14:53 +08:00
8ef00def87 add avdict 2022-03-18 12:37:04 +08:00
dependabot[bot]
a6b0faa9a3 Bump reqwest from 0.11.9 to 0.11.10 (#3)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.9 to 0.11.10.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.9...v0.11.10)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-15 10:46:24 +08:00
bf17c29ea1 add author-name-filters settings 2022-03-10 22:38:04 +08:00
dependabot[bot]
ade8486b3a Bump regex from 1.5.4 to 1.5.5 (#2) 2022-03-09 02:41:30 +00:00
11471e3700 add link_cplusplus to fix exif link error 2022-03-03 13:16:18 +08:00
dependabot[bot]
0643defd86 Bump bindgen from 0.53.3 to 0.59.2 (#1)
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.53.3 to 0.59.2.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.53.3...v0.59.2)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 10:53:32 +08:00
41bc589050 remove /jump.php track links 2022-03-02 22:49:42 +08:00
ded0e77956 add support to output description information 2022-03-02 22:03:31 +08:00
8f6fb37340 add exif support 2022-03-02 18:33:04 +08:00
23cbb89d10 add support to download image 2022-02-27 17:50:15 +08:00
48e0a80deb Add file 2022-02-26 23:56:33 +08:00