Commit graph

86 commits

Author SHA1 Message Date
c8e2d342c6 feat: add support for new artist discography page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-14 03:05:24 +02:00
bf80db8a9a fix!: parse full video info from playlist items, remove PlaylistVideo model
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 23:10:05 +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
a6bf9359b9 docs: improve documentation 2023-05-13 00:08:14 +02:00
ef1cdbc91a fix: shorts duration parsing, playlist dates (no), number_nd_tokens (is)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-11 22:59:56 +02:00
e184341625 fix: improve language docs + string parsing 2023-05-11 17:18:58 +02:00
86775ea95b feat: add audio track types 2023-05-11 17:18:58 +02:00
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
6ad77d8daa fix: limit serde_with features
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-09 17:35:21 +02:00
c06d357caf fix: remove unneeded dev dependency
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-07 20:43:11 +02:00
781064218d feat: add video duration parser 2023-05-07 14:09:30 +02:00
923e47e5cf chore: update serde_with to 3.0.0 2023-05-06 21:24:42 +02:00
2241223c9f refactor!: made timeago module private 2023-05-06 21:24:11 +02:00
800073df48 feat(codegen): collected video duration samples 2023-05-06 21:12:49 +02:00
19781eab36 fix: improve number parsing, add number_nd_tokens
add dictionary overrides
2023-05-06 17:36:36 +02:00
97492780c6 fix: parsing is_ytm for playlists 2023-05-06 03:17:43 +02:00
e96d494505 refactor: remove by_char from dict 2023-05-06 01:37:07 +02:00
72d817edd7 fix: update large number samples 2023-05-06 01:22:13 +02:00
e94de9a0f6 fix: update playlist dates 2023-05-05 18:50:25 +02:00
bb396968dc tests: completed for all languages
fix: parsing search videos without duration
2023-05-05 15:18:37 +02:00
fa4c845c2f chore: A/B test 5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-01 18:40:08 +02:00
73cb64aad1 fix: update a/b tests to run
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-09 12:05:15 +02:00
b7ecd1e4a3 fix: support MusicCardShelfRenderer (music search results)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-09 11:51:19 +02:00
d749500a04 fix: A/B test 4, video tab on the trending page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-02 01:16:46 +02:00
2a4233e5d5 fix: use regex crate in codegen 2023-02-18 20:42:00 +01:00
331a13568a fix: v1.67 clippy lints (inline format strings) 2023-01-27 21:19:08 +01:00
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
04dd7ed000 chore: update clap and env_logger 2022-12-10 17:49:09 +01:00
f526ab38eb refactor!: refactored response models
doc: documented all public methods
2022-12-09 01:02:09 +01:00
9e4787f501 fix: unavailable album items 2022-12-05 23:56:39 +01:00
de7bd2a965 feat: add music genres 2022-12-02 00:03:50 +01:00
88104753e0 feat: add Zz (global) country param 2022-12-01 13:31:36 +01:00
f20ea693a6 feat: add music charts 2022-12-01 12:56:58 +01:00
94b55711cb fix: use AsRef generics for pagination 2022-11-30 12:42:06 +01:00
64d009615e fix: use path_macro in tests/codegen for cross-platform paths 2022-11-30 10:04:16 +01:00
394f8609a8 fix: pre-commit cfg, clippy errors 2022-11-29 12:54:23 +01:00
8f82694eaf feat: add music_new_albums/videos 2022-11-28 00:56:17 +01:00
bd936a8c42 feat: music search suggestions 2022-11-25 10:33:49 +01:00
fe8ff37f66 feat(codegen): add A/B test 3: channel handles in search results 2022-11-24 20:21:27 +01:00
aaffc6404d fix: support AB3 (channel handles in search results) 2022-11-22 01:30:30 +01:00
cb38d5a248 feat: add music_related 2022-11-11 23:41:11 +01:00
2cd74b1da8 feat: add lyrics 2022-11-11 00:14:58 +01:00
e4046aef00 feat: add track details, radios 2022-11-10 23:19:11 +01:00
556575f5ff WIP: add music_details 2022-11-10 15:53:55 +01:00
23f3046144 feat: extract artist id from dropdown menu 2022-11-08 13:33:41 +01:00
0bd742e836 refactor: change YTM search API 2022-11-06 22:07:41 +01:00
8af1ae303d feat: add related playlists 2022-11-06 20:45:50 +01:00
dfd33d5e9b feat: add album description 2022-11-06 19:43:24 +01:00
6f07095757 feat: add music artists 2022-11-06 18:30:06 +01:00
d3aacc77aa test: add a/b test checker 2022-11-05 19:53:36 +01:00