Commit graph

68 commits

Author SHA1 Message Date
ThetaDev
14e399594f
feat: add functions to fetch a user's history and subscriptions 2025-01-05 05:50:58 +01:00
ThetaDev
162959ca45
fix: remove leading zero-width-space from comments, ensure space after links 2024-12-18 19:31:24 +01:00
ThetaDev
870ff79ee0
fix: parsing videos using LockupViewModel (Music video recommendations) 2024-11-10 03:25:25 +01:00
ThetaDev
342119dba6
fix: A/B test 17: channel playlists lockupViewModel 2024-11-09 05:11:41 +01:00
ThetaDev
7972df0df4
fix: A/B test 15 (parsing channel shortsLockupViewModel) 2024-09-10 03:12:16 +02:00
ThetaDev
29a7db231a
test: fix asserts: client version parts, iOS client bitrate 2024-05-17 18:27:24 +02:00
ThetaDev
45b9f2a627
chore: fix clippy lints 2024-05-02 19:39:48 +02:00
ThetaDev
6c41ef2fb2
feat: prefix chip-style web links (social media) with the service name 2024-04-12 12:33:36 +02:00
ThetaDev
b8825f9199
feat: add text formatting (bold/italic/strikethrough) 2024-04-03 03:28:13 +02:00
ThetaDev
348c8523fe
revert: "fix: improve VecLogErr messages" (leads to infinite loop)
This reverts commit 9a652d851f.
2024-04-02 01:49:40 +02:00
ThetaDev
76c27f0324
fix: add support for A/B-13 (2-column layout for music playlists/albums) 2024-02-29 02:54:40 +01:00
ThetaDev
deeffacc1c
feat: use official date serializer, fix test 2023-12-06 21:53:35 +01:00
ThetaDev
9a652d851f
fix: improve VecLogErr messages 2023-11-24 17:40:05 +01:00
ThetaDev
9d243fa0ad
fix: parsing text components with empty navigation endpoints 2023-11-24 17:22:35 +01:00
ThetaDev
596b9c4d4a fix: remove serde_with json feature 2023-11-13 13:04:46 +01:00
ThetaDev
452f765ffd fix: handling new podcast links 2023-11-04 01:14:54 +01:00
ThetaDev
ba06e2c8c8 fix: a/b test 10: channel about modal 2023-11-03 21:46:55 +01:00
ThetaDev
ac25490435 chore: fix clippy lints 2023-08-30 22:05:18 +02:00
ThetaDev
22e298ff98 fix: a/b test 8: parsing view count for tracks 2023-08-23 11:28:38 +02:00
ThetaDev
e2eda901b1 fix: add support for new channel about data model 2023-08-22 22:58:28 +02:00
ThetaDev
ca2335d03f fix: parsing playlist channel
(more than 1 text component led to an error)
2023-07-30 18:02:06 +02:00
ThetaDev
68926b9ca2 refactor: split music item mapping into multiple fns 2023-07-22 16:36:57 +02:00
ThetaDev
182f9ebfb8 fix: extracting artist discography with without page type 2023-05-31 11:38:50 +02:00
ThetaDev
805cc5088f fix: increase default timeout to 20s, use ffmpeg copy arg
refactor: use enum for navigation endpoint
2023-05-17 14:35:10 +02:00
ThetaDev
54f42bcb54 fix: add more markdown escape chars, change RichText enum 2023-05-13 15:59:41 +02:00
ThetaDev
cbeb14f3fd fix: add pedantic lints 2023-05-13 02:40:26 +02:00
ThetaDev
a2bbc850a7 fix: reworked retry system 2023-05-12 17:19:56 +02:00
ThetaDev
a45eba4705 refactor: replace VecLogError with standard Deserialize impl 2023-05-05 18:00:33 +02:00
ThetaDev
963ff14dc1 fix: playlist deserialization error, add VecSkipErrorWrap 2023-05-05 17:13:03 +02:00
ThetaDev
7bcff13eb8 fix: use fixed testfiles location 2023-03-25 23:18:49 +01:00
ThetaDev
be741d28ca feat: dont fetch artist playlist section 2023-01-25 21:05:52 +01:00
ThetaDev
92a358a079 refactor: use fancy-regex only for backtracking 2023-01-23 15:33:05 +01:00
ThetaDev
01a2717c11 fix: map track/mv type correctly for album items 2022-11-30 22:43:50 +01:00
ThetaDev
64d009615e fix: use path_macro in tests/codegen for cross-platform paths 2022-11-30 10:04:16 +01:00
ThetaDev
f7b7c1954c refactor: use serde_with::rust::deserialize_ignore_any 2022-11-22 19:37:57 +01:00
ThetaDev
01a131ed6f fix: improve album artist parsing, remove artists_txt field 2022-11-02 21:22:35 +01:00
ThetaDev
084f9ebdd4 test: separate files for attributed_description test data 2022-11-01 15:52:21 +01:00
ThetaDev
9707a6eb0b feat: add album track numbers
fix: small fix for music item parser
2022-10-31 23:48:41 +01:00
ThetaDev
44da9c7cc5 feat: add album variants 2022-10-30 22:59:02 +01:00
ThetaDev
3b738a55ad feat: add music album 2022-10-29 23:45:03 +02:00
ThetaDev
566b3e5bfc feat: add music playlist 2022-10-29 19:57:28 +02:00
ThetaDev
3c1cc92461 refactor: replace chrono with time-rs 2022-10-18 22:53:09 +02:00
ThetaDev
4d80dffcd5 refactor: make response models crate-private 2022-10-17 23:55:03 +02:00
ThetaDev
b22f6995cc feat: add URL resolver 2022-10-16 01:40:52 +02:00
ThetaDev
c618c83ff3 fix: add second richGridRenderer variety 2022-10-11 23:43:47 +02:00
ThetaDev
eb9d3680cc fix: handle itemSectionRenderer in recommended videos 2022-10-11 22:42:48 +02:00
Theta-Dev
44e14a4ae0 fix: remove allow(dead_code) 2022-10-10 12:33:06 +02:00
ThetaDev
ecb84e32e1 feat: add search 2022-10-10 01:09:13 +02:00
ThetaDev
a3e3269fb3 feat: add custom error types, remove anyhow 2022-10-08 14:36:37 +02:00
ThetaDev
6f1a1c4440 feat: add channel playlists
- add tests for channel videos
- small model refactor (rename Channel to ChannelTag)
2022-09-26 20:36:01 +02:00