Commit Graph

857 Commits

Author SHA1 Message Date
0da51a4ddd Add support for <user>.fanbox.cc urls 2022-06-24 04:58:23 +00:00
fc1a44e55a Add fanbox API client 2022-06-24 04:37:18 +00:00
dependabot[bot]
55e10430ee Bump tracing-core from 0.1.27 to 0.1.28 (#95)
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.27 to 0.1.28.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.27...tracing-core-0.1.28)

---
updated-dependencies:
- dependency-name: tracing-core
  dependency-type: indirect
  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-06-24 10:58:31 +08:00
4bcf6308eb Remove unneeded use 2022-06-23 13:25:49 +00:00
c4977e7983 Remove unneeded Arc 2022-06-23 13:11:45 +00:00
0fd6a0305a update test 2022-06-23 10:27:02 +00:00
7c5c993c3e Add more test case to author name filter 2022-06-22 05:13:37 +00:00
dependabot[bot]
cd29362e27 Bump clap from 3.2.5 to 3.2.6 (#94)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: indirect
  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-06-22 10:50:34 +08:00
dependabot[bot]
9df6b57c2c Bump indexmap from 1.9.0 to 1.9.1 (#93)
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.9.0...1.9.1)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: indirect
  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-06-22 10:49:26 +08:00
dependabot[bot]
eccd95a9f6 Bump clap_lex from 0.2.2 to 0.2.3 (#92)
Bumps [clap_lex](https://github.com/clap-rs/clap) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_lex-v0.2.2...clap_lex-v0.2.3)

---
updated-dependencies:
- dependency-name: clap_lex
  dependency-type: indirect
  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-06-22 10:48:33 +08:00
eeab755b9f add detect for manga illust(But do nothing special for this type) 2022-06-21 23:21:34 +00:00
b748195d1c Format the code. 2022-06-21 23:19:56 +00:00
2d617f1464 use regex::Regex in pixiv link parse 2022-06-21 15:23:42 +00:00
dc12324c9b Add more test case in test_author_name_filter 2022-06-21 06:03:18 +00:00
6903a1fe8d Author name filters now support look around and backreferences 2022-06-21 05:57:27 +00:00
dependabot[bot]
adc650f8c6 Bump quote from 1.0.19 to 1.0.20 (#91)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.19 to 1.0.20.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.19...1.0.20)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  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-06-21 10:55:18 +08:00
72e6d49d4d Add release-with-debug profile 2022-06-21 01:44:58 +00:00
cffd721d2c Fix fallback will cause download failed( The root reason of #90 2022-06-21 01:30:03 +00:00
8b301e1099 Fix panic error ( Fix #90 2022-06-21 01:28:37 +00:00
21e2279209 panic if RwLock is poisoned 2022-06-21 00:44:34 +00:00
f58739c954 Fix retry will break file 2022-06-20 14:33:13 +00:00
fdb2208a7f Add set_len 2022-06-20 13:52:51 +00:00
7a6d367a49 Add progress bar message 2022-06-20 11:06:57 +00:00
eae366f130 add Proxy settings 2022-06-20 10:17:20 +00:00
f9c2cfa260 Update 2022-06-20 08:40:44 +00:00
a7df4ae112 Add progress bar for multiple thread mode 2022-06-20 04:28:32 +00:00
dependabot[bot]
c233f0d1a4 Bump mio from 0.8.3 to 0.8.4 (#89)
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
  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-06-20 11:04:59 +08:00
dependabot[bot]
eef4ad4326 Bump proc-macro2 from 1.0.39 to 1.0.40 (#88)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.39...1.0.40)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  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-06-20 11:04:45 +08:00
153d163a23 Update 2022-06-20 01:04:58 +00:00
54ab8bc0db Update 2022-06-19 23:58:10 +00:00
d7c6929ae6 Update 2022-06-19 15:29:21 +00:00
996c8ccdf2 Update 2022-06-19 14:54:49 +00:00
52f9ef9747 Update 2022-06-19 13:50:25 +00:00
ec963d2438 Update 2022-06-19 13:31:55 +00:00
3a35c88c5f Update 2022-06-19 04:32:35 +00:00
dependabot[bot]
3ade555e2c Bump tower-service from 0.3.1 to 0.3.2 (#85)
Bumps [tower-service](https://github.com/tower-rs/tower) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](https://github.com/tower-rs/tower/compare/tower-0.3.1...tower-service-0.3.2)

---
updated-dependencies:
- dependency-name: tower-service
  dependency-type: indirect
  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-06-19 09:50:13 +08:00
dependabot[bot]
0ecfca7d06 Bump anyhow from 1.0.57 to 1.0.58 (#86)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: indirect
  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-06-19 09:50:02 +08:00
dependabot[bot]
516a9950b0 Bump syn from 1.0.96 to 1.0.98 (#87)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.96 to 1.0.98.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.96...1.0.98)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: indirect
  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-06-19 09:49:42 +08:00
dependabot[bot]
5cce032165 Bump quote from 1.0.18 to 1.0.19 (#84)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.18 to 1.0.19.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.18...1.0.19)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  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-06-19 09:49:04 +08:00
99ba6050e3 Remove unneeded extern crate 2022-06-19 00:48:30 +00:00
1d6c2698ce Restore extern crate link_cplusplus 2022-06-18 15:41:34 +00:00
e34e1ea78b Remove unneeded extern crate 2022-06-18 15:34:47 +00:00
5cecdd4359 Remove all spin_on 2022-06-18 15:09:09 +00:00
6f9b6ef254 Remove worker_threads specify 2022-06-18 14:11:58 +00:00
8f054cddd3 Remove unneeded spin_on 2022-06-18 14:02:34 +00:00
dependabot[bot]
dcbc026d32 Bump indexmap from 1.8.2 to 1.9.0 (#83)
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.8.2...1.9.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: indirect
  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-06-17 12:16:24 +08:00
d1e1296181 Remove unneeded syn parse 2022-06-16 14:15:50 +00:00
8ec5c66ee5 Update README.md 2022-06-16 13:58:07 +00:00
e538ee5715 Add test timout 2022-06-16 13:48:08 +00:00
8231792bf0 downloader: support to drop.
Fix .pd file not created when overwriting existed file.
2022-06-16 11:15:34 +00:00