Commit graph

98 commits

Author SHA1 Message Date
1ee4fa5d7f
chore(release): release rustypipe v0.5.0 2024-10-13 17:01:58 +02:00
ThetaBot
96776e98d7 chore(deps): update rust crate rstest to 0.23.0 (#12) 2024-10-12 03:58:22 +00:00
90f79cc887
chore(release): release rustypipe-downloader v0.2.1 2024-09-10 03:36:29 +02:00
2d3914bc4b
chore(release): release rustypipe v0.4.0 2024-09-10 03:34:51 +02:00
ThetaBot
a445e51b54 chore(deps): update rust crate tokio to 1.20.4 [security] (#10)
Reviewed-on: https://codeberg.org/ThetaDev/rustypipe/pulls/10
Co-authored-by: ThetaBot <thetabot@noreply.codeberg.org>
Co-committed-by: ThetaBot <thetabot@noreply.codeberg.org>
2024-08-18 13:41:33 +00:00
cad3bcd9e9
chore(release): release rustypipe-downloader v0.2.0 2024-08-18 03:25:57 +02:00
67a231d6d1
fix: show docs.rs feature flags 2024-08-18 03:25:02 +02:00
d933f1b2fd
chore(release): release rustypipe v0.3.0 2024-08-18 03:04:09 +02:00
70c6f8c3b9
chore: adjust dependency versions 2024-08-18 03:03:15 +02:00
17933315d9
chore: change repo URL to Codeberg 2024-08-18 03:03:15 +02:00
a3a1d9abf3
test: add downloader test 2024-08-17 23:11:44 +02:00
abb783219a chore(deps): update rust crate rstest to 0.22.0 (#9)
All checks were successful
CI / Test (push) Successful in 3m45s
2024-08-14 21:22:28 +02:00
1e1315a837
feat: downloader: add audio tagging 2024-07-31 03:27:27 +02:00
b6bc05c1f3 chore(deps): update rust crate quick-xml to 0.36.0 (#8)
All checks were successful
CI / Test (push) Successful in 3m23s
Reviewed-on: #8
Co-authored-by: Forgejo Actions <forgejo.actions@example.com>
Co-committed-by: Forgejo Actions <forgejo.actions@example.com>
2024-07-29 18:20:51 +02:00
8152ce6b08
fix: improve deobfuscator (support multiple nsig name matches, error if mapping all streams fails)
Since YouTube keeps changing the nsig function signature and a generic regex may match at multiple places, I changed the extraction logic to search for multiple matches if necessary and test the extracted deobfuscation functions.

I also found out that if the deobfuscation fails for all streams, fetching the player still returns a successful result with no streams, suggesting that the video is not available. So I changed the mapper to throw an ExtractionError if no streams are mapped successfully.
2024-07-29 14:45:52 +02:00
11a0038350
feat: overhauled downloader 2024-07-27 04:00:11 +02:00
182826a3ac
chore(release): release rustypipe v0.2.1
All checks were successful
Release / Release (push) Successful in 3m3s
CI / Test (push) Successful in 4m9s
2024-07-01 23:37:02 +02:00
298e4def93
fix(deps): update quick-xml to v0.35.0 2024-07-01 23:34:58 +02:00
ea5df007bc
chore(release): release rustypipe v0.2.0
All checks were successful
CI / Test (push) Successful in 3m6s
Release / Release (push) Successful in 3m3s
2024-06-27 13:36:39 +02:00
c3af918ba5 chore(deps): update rust crate rstest to 0.21.0 (#7)
All checks were successful
CI / Test (push) Successful in 2m26s
Reviewed-on: #7
Co-authored-by: Forgejo Actions <forgejo.actions@example.com>
Co-committed-by: Forgejo Actions <forgejo.actions@example.com>
2024-06-27 05:53:08 +02:00
1e8a1af08c chore(deps): update rust crate quick-xml to 0.34.0 (#5)
Some checks are pending
CI / Test (push) Waiting to run
Reviewed-on: #5
Co-authored-by: Forgejo Actions <forgejo.actions@example.com>
Co-committed-by: Forgejo Actions <forgejo.actions@example.com>
2024-06-27 05:52:54 +02:00
ce3ec34337 chore(deps): update rust crate tokio to 1.20.4 [security] (#4)
Some checks failed
CI / Test (push) Has been cancelled
Reviewed-on: #4
Co-authored-by: Forgejo Actions <forgejo.actions@example.com>
Co-committed-by: Forgejo Actions <forgejo.actions@example.com>
2024-06-27 05:52:36 +02:00
45b9f2a627
chore: fix clippy lints
All checks were successful
CI / Test (push) Successful in 2m36s
2024-05-02 19:39:48 +02:00
5dbb288a49
chore: introduce MSRV 2024-05-02 18:46:21 +02:00
50fd1f08ca
chore: update rstest to v0.19.0
Some checks failed
CI / Test (push) Failing after 44s
2024-04-11 23:11:20 +02:00
449fc0128e
chore(release): release rustypipe v0.1.3
All checks were successful
Release / Release (push) Successful in 3m3s
CI / Test (push) Successful in 4m36s
2024-04-02 01:52:43 +02:00
79c504954e
chore(release): release rustypipe v0.1.2
All checks were successful
CI / Test (push) Successful in 6m31s
Release / Release (push) Successful in 2m12s
2024-03-26 21:23:37 +01:00
47e077e03b
chore(release): bump rustypipe to v0.1.1 2024-03-26 20:03:11 +01:00
e4b204eae6
fix: move package attributes to workspace
All checks were successful
CI / Test (push) Successful in 2m54s
2024-03-23 00:56:48 +01:00
6598a23d06
fix: specify internal dependency versions 2024-03-23 00:24:41 +01:00
9b7bd4c40c
ci: add release workflow
Some checks failed
CI / Test (push) Failing after 2m32s
2024-03-22 14:57:27 +01:00
f4f1f1e761
chore: update dependencies, use workspace deps 2024-03-22 00:53:27 +01:00
edb5ab0abb
chore: update base64 to v0.22
All checks were successful
CI / Test (push) Successful in 2m40s
2024-03-16 19:23:11 +01:00
8f0e146839
chore: update dependencies 2024-01-02 18:01:32 +01:00
deeffacc1c
feat: use official date serializer, fix test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-12-06 21:53:35 +01:00
a5ec111af4 chore: update dependencies 2023-11-13 13:06:07 +01:00
596b9c4d4a fix: remove serde_with json feature 2023-11-13 13:04:46 +01:00
127596687b chore: update quick-xml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-22 03:25:39 +02:00
1d1dcd622f feat: add tracing 2023-09-22 03:22:38 +02:00
dff95d1272 chore: update email address
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-15 16:24:05 +02:00
dc7247ac14 chore: update regex dependency
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Issue was fixed: https://github.com/rust-lang/regex/issues/1060
2023-08-06 15:07:34 +02:00
ed84f72ace fix: hold back regex crate (v1.9.0 causes issues)
Reported issue: https://github.com/rust-lang/regex/issues/1060
2023-08-03 18:29:33 +02:00
dd8a1a085b chore: update dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-22 16:44:40 +02:00
a6bf9359b9 docs: improve documentation 2023-05-13 00:08:14 +02:00
86775ea95b feat: add audio track types 2023-05-11 17:18:58 +02:00
6ad77d8daa fix: limit serde_with features
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-09 17:35:21 +02:00
c15d46e0c4 feat: add all request tls options
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-08 17:07:29 +02:00
c06d357caf fix: remove unneeded dev dependency
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-07 20:43:11 +02:00
923e47e5cf chore: update serde_with to 3.0.0 2023-05-06 21:24:42 +02:00
d33829860e chore: update quick-xml and rstest 2023-03-31 21:50:35 +02:00