ThetaDev
1e1315a837
feat: downloader: add audio tagging
2024-07-31 03:27:27 +02:00
Forgejo Actions
b6bc05c1f3
chore(deps): update rust crate quick-xml to 0.36.0 ( #8 )
...
Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/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
ThetaDev
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
ThetaDev
11a0038350
feat: overhauled downloader
2024-07-27 04:00:11 +02:00
ThetaDev
182826a3ac
chore(release): release rustypipe v0.2.1
2024-07-01 23:37:02 +02:00
ThetaDev
298e4def93
fix(deps): update quick-xml to v0.35.0
2024-07-01 23:34:58 +02:00
ThetaDev
ea5df007bc
chore(release): release rustypipe v0.2.0
2024-06-27 13:36:39 +02:00
Forgejo Actions
c3af918ba5
chore(deps): update rust crate rstest to 0.21.0 ( #7 )
...
Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/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
Forgejo Actions
1e8a1af08c
chore(deps): update rust crate quick-xml to 0.34.0 ( #5 )
...
Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/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
Forgejo Actions
ce3ec34337
chore(deps): update rust crate tokio to 1.20.4 [security] ( #4 )
...
Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/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
ThetaDev
45b9f2a627
chore: fix clippy lints
2024-05-02 19:39:48 +02:00
ThetaDev
5dbb288a49
chore: introduce MSRV
2024-05-02 18:46:21 +02:00
ThetaDev
50fd1f08ca
chore: update rstest to v0.19.0
2024-04-11 23:11:20 +02:00
ThetaDev
449fc0128e
chore(release): release rustypipe v0.1.3
2024-04-02 01:52:43 +02:00
ThetaDev
79c504954e
chore(release): release rustypipe v0.1.2
2024-03-26 21:23:37 +01:00
ThetaDev
47e077e03b
chore(release): bump rustypipe to v0.1.1
2024-03-26 20:03:11 +01:00
ThetaDev
e4b204eae6
fix: move package attributes to workspace
2024-03-23 00:56:48 +01:00
ThetaDev
6598a23d06
fix: specify internal dependency versions
2024-03-23 00:24:41 +01:00
ThetaDev
9b7bd4c40c
ci: add release workflow
2024-03-22 14:57:27 +01:00
ThetaDev
f4f1f1e761
chore: update dependencies, use workspace deps
2024-03-22 00:53:27 +01:00
ThetaDev
edb5ab0abb
chore: update base64 to v0.22
2024-03-16 19:23:11 +01:00
ThetaDev
8f0e146839
chore: update dependencies
2024-01-02 18:01:32 +01:00
ThetaDev
deeffacc1c
feat: use official date serializer, fix test
2023-12-06 21:53:35 +01:00
ThetaDev
a5ec111af4
chore: update dependencies
2023-11-13 13:06:07 +01:00
ThetaDev
596b9c4d4a
fix: remove serde_with json feature
2023-11-13 13:04:46 +01:00
ThetaDev
127596687b
chore: update quick-xml
2023-09-22 03:25:39 +02:00
ThetaDev
1d1dcd622f
feat: add tracing
2023-09-22 03:22:38 +02:00
ThetaDev
dff95d1272
chore: update email address
2023-08-15 16:24:05 +02:00
ThetaDev
dc7247ac14
chore: update regex dependency
...
Issue was fixed: https://github.com/rust-lang/regex/issues/1060
2023-08-06 15:07:34 +02:00
ThetaDev
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
ThetaDev
dd8a1a085b
chore: update dependencies
2023-07-22 16:44:40 +02:00
ThetaDev
a6bf9359b9
docs: improve documentation
2023-05-13 00:08:14 +02:00
ThetaDev
86775ea95b
feat: add audio track types
2023-05-11 17:18:58 +02:00
ThetaDev
6ad77d8daa
fix: limit serde_with features
2023-05-09 17:35:21 +02:00
ThetaDev
c15d46e0c4
feat: add all request tls options
2023-05-08 17:07:29 +02:00
ThetaDev
c06d357caf
fix: remove unneeded dev dependency
2023-05-07 20:43:11 +02:00
ThetaDev
923e47e5cf
chore: update serde_with to 3.0.0
2023-05-06 21:24:42 +02:00
ThetaDev
d33829860e
chore: update quick-xml and rstest
2023-03-31 21:50:35 +02:00
ThetaDev
d9e07b37e6
fix: use quick-js-dtp crate
2023-02-06 19:54:52 +01:00
ThetaDev
92a358a079
refactor: use fancy-regex only for backtracking
2023-01-23 15:33:05 +01:00
ThetaDev
4cc069fba2
chore: update quick-xml
2023-01-22 12:26:54 +01:00
ThetaDev
d8889ed5d4
chore: update base64 and fancy-regex
2023-01-21 22:28:48 +01:00
ThetaDev
a706a7011b
feat: redirect secondary YT channels to the YTM channel
...
Squashed commit of the following:
commit 88809265ead6eadfafab4b74091dd1af357b9577
Author: ThetaDev <t.testboy@gmail.com>
Date: Sat Jan 21 22:16:23 2023 +0100
feat: redirect secondary YT channels to the YTM channel
commit 02cc120912509f40f45da243ba5d37798b9ff411
Author: ThetaDev <t.testboy@gmail.com>
Date: Mon Jan 9 23:57:18 2023 +0100
add artists_no_tracks testfile
2023-01-21 22:18:25 +01:00
ThetaDev
5188527b94
chore: update base64 to 0.20.0
2022-12-25 23:55:26 +01:00
ThetaDev
f526ab38eb
refactor!: refactored response models
...
doc: documented all public methods
2022-12-09 01:02:09 +01:00
ThetaDev
e063c04821
refactor!: move downloader to seperate crate
2022-12-01 00:25:47 +01:00
ThetaDev
85cac83070
fix!: use arrays instead of HashSets for stream filter
2022-11-30 11:58:48 +01:00
ThetaDev
64d009615e
fix: use path_macro in tests/codegen for cross-platform paths
2022-11-30 10:04:16 +01:00
ThetaDev
53dc5e2c09
chore: update quick-xml, rstest, env-logger
2022-11-28 15:08:40 +01:00
ThetaDev
8f82694eaf
feat: add music_new_albums/videos
2022-11-28 00:56:17 +01:00