Commit graph

63 commits

Author SHA1 Message Date
29a7db231a
test: fix asserts: client version parts, iOS client bitrate
Some checks failed
CI / Test (push) Failing after 1m49s
2024-05-17 18:27:24 +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
6c41ef2fb2
feat: prefix chip-style web links (social media) with the service name
All checks were successful
CI / Test (push) Successful in 2m26s
2024-04-12 12:33:36 +02:00
b8825f9199
feat: add text formatting (bold/italic/strikethrough)
All checks were successful
CI / Test (push) Successful in 2m29s
2024-04-03 03:28:13 +02:00
348c8523fe
revert: "fix: improve VecLogErr messages" (leads to infinite loop)
This reverts commit 9a652d851f.
2024-04-02 01:49:40 +02:00
76c27f0324
fix: add support for A/B-13 (2-column layout for music playlists/albums)
All checks were successful
CI / Test (push) Successful in 6m7s
2024-02-29 02:54:40 +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
9a652d851f
fix: improve VecLogErr messages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-24 17:40:05 +01:00
9d243fa0ad
fix: parsing text components with empty navigation endpoints 2023-11-24 17:22:35 +01:00
596b9c4d4a fix: remove serde_with json feature 2023-11-13 13:04:46 +01:00
452f765ffd fix: handling new podcast links
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-04 01:14:54 +01:00
ba06e2c8c8 fix: a/b test 10: channel about modal 2023-11-03 21:46:55 +01:00
ac25490435 chore: fix clippy lints
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-30 22:05:18 +02:00
22e298ff98 fix: a/b test 8: parsing view count for tracks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-23 11:28:38 +02:00
e2eda901b1 fix: add support for new channel about data model 2023-08-22 22:58:28 +02:00
ca2335d03f fix: parsing playlist channel
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
(more than 1 text component led to an error)
2023-07-30 18:02:06 +02:00
68926b9ca2 refactor: split music item mapping into multiple fns
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-22 16:36:57 +02:00
182f9ebfb8 fix: extracting artist discography with without page type
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-31 11:38:50 +02:00
805cc5088f fix: increase default timeout to 20s, use ffmpeg copy arg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
refactor: use enum for navigation endpoint
2023-05-17 14:35:10 +02:00
54f42bcb54 fix: add more markdown escape chars, change RichText enum 2023-05-13 15:59:41 +02:00
cbeb14f3fd fix: add pedantic lints
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 02:40:26 +02:00
a2bbc850a7 fix: reworked retry system
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-12 17:19:56 +02:00
a45eba4705 refactor: replace VecLogError with standard Deserialize impl 2023-05-05 18:00:33 +02:00
963ff14dc1 fix: playlist deserialization error, add VecSkipErrorWrap 2023-05-05 17:13:03 +02:00
7bcff13eb8 fix: use fixed testfiles location 2023-03-25 23:18:49 +01:00
be741d28ca feat: dont fetch artist playlist section 2023-01-25 21:05:52 +01:00
92a358a079 refactor: use fancy-regex only for backtracking 2023-01-23 15:33:05 +01:00
01a2717c11 fix: map track/mv type correctly for album items 2022-11-30 22:43:50 +01:00
64d009615e fix: use path_macro in tests/codegen for cross-platform paths 2022-11-30 10:04:16 +01:00
f7b7c1954c refactor: use serde_with::rust::deserialize_ignore_any 2022-11-22 19:37:57 +01:00
01a131ed6f fix: improve album artist parsing, remove artists_txt field 2022-11-02 21:22:35 +01:00
084f9ebdd4 test: separate files for attributed_description test data 2022-11-01 15:52:21 +01:00
9707a6eb0b feat: add album track numbers
fix: small fix for music item parser
2022-10-31 23:48:41 +01:00
44da9c7cc5 feat: add album variants 2022-10-30 22:59:02 +01:00
3b738a55ad feat: add music album 2022-10-29 23:45:03 +02:00
566b3e5bfc feat: add music playlist 2022-10-29 19:57:28 +02:00
3c1cc92461 refactor: replace chrono with time-rs 2022-10-18 22:53:09 +02:00
4d80dffcd5 refactor: make response models crate-private 2022-10-17 23:55:03 +02:00
b22f6995cc feat: add URL resolver 2022-10-16 01:40:52 +02:00
c618c83ff3 fix: add second richGridRenderer variety 2022-10-11 23:43:47 +02:00
eb9d3680cc fix: handle itemSectionRenderer in recommended videos 2022-10-11 22:42:48 +02:00
44e14a4ae0 fix: remove allow(dead_code) 2022-10-10 12:33:06 +02:00
ecb84e32e1 feat: add search 2022-10-10 01:09:13 +02:00
a3e3269fb3 feat: add custom error types, remove anyhow 2022-10-08 14:36:37 +02:00
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
bf97f31173 fix: add new attributed_text description
add mapping tests for video_details
2022-09-24 18:41:27 +02:00
e4b10fcc83 feat: extract timestamps from video links 2022-09-21 17:19:17 +02:00
8629454b5b feat: add rich text extraction
- add video detail tests
2022-09-21 15:10:05 +02:00
8c1e7bf6ac fix: fetching comment count 2022-09-20 17:24:16 +02:00
e800e16c68 feat: add video details mapping
- TODO: fix fetching comment count
2022-09-20 16:14:57 +02:00