Commit graph

105 commits

Author SHA1 Message Date
ThetaDev
f4f1f1e761
chore: update dependencies, use workspace deps 2024-03-22 00:53:27 +01: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
339231924b
fix: update dictionary, fix parsing playlist dates in am and no 2024-02-13 18:38:58 +01:00
ThetaDev
d71da24136
tests: channel shorts: dont fetch more pages
In some cases YouTube does not return a continuation response when fetching the *Shorts* channel tab.
There should be more research done about this issue, for the moment this part of the test is disabled.
2024-02-13 17:53:38 +01:00
ThetaDev
5275170f9a
fix: a/b test 12: parsing new channel page header 2024-01-29 17:09:42 +01:00
ThetaDev
342780ef68
fix: use url-safe base64, rename channel_info2 operation 2023-11-24 16:21:53 +01:00
ThetaDev
8458d878e7 refactor: generic search API 2023-11-18 01:19:47 +01:00
ThetaDev
4d124c6d98 fix: a/b test 11: parsing like count with new data model 2023-11-04 02:47:33 +01:00
ThetaDev
ba06e2c8c8 fix: a/b test 10: channel about modal 2023-11-03 21:46:55 +01:00
ThetaDev
1ec1666d77 fix: tests, clippy lints 2023-10-08 01:04:52 +02:00
ThetaDev
ac25490435 chore: fix clippy lints 2023-08-30 22:05:18 +02:00
ThetaDev
4780096b00 tests: fix check for A/B test 6 (discography page) 2023-08-30 21:57:53 +02:00
ThetaDev
22e298ff98 fix: a/b test 8: parsing view count for tracks 2023-08-23 11:28:38 +02:00
ThetaDev
b18698604b add item types enum 2023-07-04 12:46:19 +02:00
ThetaDev
8ea69d5453 fix!: remove music playlist search without filter 2023-07-03 16:57:23 +02:00
ThetaDev
031b730c47 fix: add support for shorts playlists (A/B test 9) 2023-07-03 16:50:37 +02:00
ThetaDev
32b4800b46 fix!: remove possible panic from client builder
fix: simplify integer divisions
2023-05-31 12:14:11 +02:00
ThetaDev
0cd018e37a fix: add dictionary support for short timeago strings 2023-05-31 01:41:46 +02:00
ThetaDev
cc2cadc309 fix: add support for A/B test 7 (short date format) 2023-05-28 21:07:03 +02:00
ThetaDev
c8e2d342c6 feat: add support for new artist discography page 2023-05-14 03:05:24 +02:00
ThetaDev
bf80db8a9a fix!: parse full video info from playlist items, remove PlaylistVideo model 2023-05-13 23:10:05 +02:00
ThetaDev
cbeb14f3fd fix: add pedantic lints 2023-05-13 02:40:26 +02:00
ThetaDev
a6bf9359b9 docs: improve documentation 2023-05-13 00:08:14 +02:00
ThetaDev
ef1cdbc91a fix: shorts duration parsing, playlist dates (no), number_nd_tokens (is) 2023-05-11 22:59:56 +02:00
ThetaDev
e184341625 fix: improve language docs + string parsing 2023-05-11 17:18:58 +02:00
ThetaDev
86775ea95b feat: add audio track types 2023-05-11 17:18:58 +02:00
ThetaDev
3a75ed8610 feat!: add channel_videos_tab, channel_videos_order,
remove channel_shorts, channel_livestreams
fix: parsing video types and short durations
2023-05-11 17:18:14 +02:00
ThetaDev
6ad77d8daa fix: limit serde_with features 2023-05-09 17:35:21 +02:00
ThetaDev
c06d357caf fix: remove unneeded dev dependency 2023-05-07 20:43:11 +02:00
ThetaDev
781064218d feat: add video duration parser 2023-05-07 14:09:30 +02:00
ThetaDev
923e47e5cf chore: update serde_with to 3.0.0 2023-05-06 21:24:42 +02:00
ThetaDev
2241223c9f refactor!: made timeago module private 2023-05-06 21:24:11 +02:00
ThetaDev
800073df48 feat(codegen): collected video duration samples 2023-05-06 21:12:49 +02:00
ThetaDev
19781eab36 fix: improve number parsing, add number_nd_tokens
add dictionary overrides
2023-05-06 17:36:36 +02:00
ThetaDev
97492780c6 fix: parsing is_ytm for playlists 2023-05-06 03:17:43 +02:00
ThetaDev
e96d494505 refactor: remove by_char from dict 2023-05-06 01:37:07 +02:00
ThetaDev
72d817edd7 fix: update large number samples 2023-05-06 01:22:13 +02:00
ThetaDev
e94de9a0f6 fix: update playlist dates 2023-05-05 18:50:25 +02:00
ThetaDev
bb396968dc tests: completed for all languages
fix: parsing search videos without duration
2023-05-05 15:18:37 +02:00
ThetaDev
fa4c845c2f chore: A/B test 5 2023-05-01 18:40:08 +02:00
ThetaDev
73cb64aad1 fix: update a/b tests to run 2023-04-09 12:05:15 +02:00
ThetaDev
b7ecd1e4a3 fix: support MusicCardShelfRenderer (music search results) 2023-04-09 11:51:19 +02:00
ThetaDev
d749500a04 fix: A/B test 4, video tab on the trending page 2023-04-02 01:16:46 +02:00
ThetaDev
2a4233e5d5 fix: use regex crate in codegen 2023-02-18 20:42:00 +01:00
ThetaDev
331a13568a fix: v1.67 clippy lints (inline format strings) 2023-01-27 21:19:08 +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
04dd7ed000 chore: update clap and env_logger 2022-12-10 17:49:09 +01:00
ThetaDev
f526ab38eb refactor!: refactored response models
doc: documented all public methods
2022-12-09 01:02:09 +01:00
ThetaDev
9e4787f501 fix: unavailable album items 2022-12-05 23:56:39 +01:00
ThetaDev
de7bd2a965 feat: add music genres 2022-12-02 00:03:50 +01:00