Commit graph

115 commits

Author SHA1 Message Date
a72029ea54
feat: add timezone query option 2025-01-18 07:03:36 +01:00
5fc6d9dda4
chore(release): release rustypipe v0.9.0 2025-01-16 13:42:43 +01:00
0432477451
docs: update README 2025-01-16 03:45:12 +01:00
ThetaBot
6a604252b1 chore(deps): update rust crate dirs to v6 (#24) 2025-01-13 03:00:02 +00:00
75c3746890
fix: switch to rquickjs crate for deobfuscator 2025-01-13 03:30:07 +01:00
14e399594f
feat: add functions to fetch a user's history and subscriptions 2025-01-05 05:50:58 +01:00
ThetaBot
ab19034ab1 chore(deps): update rust crate rstest to 0.24.0 (#20) 2025-01-05 04:50:35 +00:00
ec7a195c98
fix: require new time crate version which added Month::length 2024-12-27 22:10:19 +01:00
8eaa2331fd
chore(release): release rustypipe v0.8.0 2024-12-20 14:32:37 +01:00
51b6ab3780
chore(release): release rustypipe v0.7.2 2024-12-13 03:56:58 +01:00
5c39bf4842
fix: replace futures dependency with futures-util 2024-12-01 22:24:00 +01:00
e6ec5ed255
chore(release): release rustypipe v0.7.1 2024-11-25 16:47:29 +01:00
8e0e66ffec
chore(release): release rustypipe v0.7.0 2024-11-10 14:51:39 +01:00
ThetaBot
e1e1687605 chore(deps): update rust crate thiserror to v2 (#16) 2024-11-10 00:05:46 +00:00
986a15418d
chore(release): release rustypipe v0.6.0 2024-10-28 01:35:35 +01:00
ThetaBot
0662b5ccfc chore(deps): update rust crate quick-xml to 0.37.0 (#15) 2024-10-28 00:07:35 +00:00
ThetaBot
94194e019c chore(deps): update rust crate fancy-regex to 0.14.0 (#14) 2024-10-27 00:37:47 +00:00
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