Commit graph

56 commits

Author SHA1 Message Date
ThetaDev
e65f14556f
fix: A/B test 16 (pageHeaderRenderer on playlist pages) 2024-10-12 05:47:47 +02:00
ThetaDev
7972df0df4
fix: A/B test 15 (parsing channel shortsLockupViewModel) 2024-09-10 03:12:16 +02:00
ThetaDev
7132cf1637
doc: add square logo 2024-08-18 03:03:15 +02:00
ThetaDev
904f8215d8
feat: add potoken option to downloader 2024-08-09 21:41:47 +02:00
ThetaDev
6646078944
docs: add logo 2024-06-27 02:18:04 +02:00
ThetaDev
27b1cd1aa7
test: fix tests 2024-06-16 00:21:25 +02:00
ThetaDev
b0331f7250
fix: parse new comment model (A/B#14 frameworkUpdates) 2024-04-02 01:49:43 +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
9516eb7e38
chore: update A/B test statuses 2024-01-29 17:17:16 +01:00
ThetaDev
5275170f9a
fix: a/b test 12: parsing new channel page header 2024-01-29 17:09:42 +01:00
ThetaDev
cf24f978f2
tests: fix artist_albums test, add status to A/B test notes 2023-11-29 14:00:58 +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
22e298ff98 fix: a/b test 8: parsing view count for tracks 2023-08-23 11:28:38 +02:00
ThetaDev
031b730c47 fix: add support for shorts playlists (A/B test 9) 2023-07-03 16:50:37 +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
81280200f7 fix: add channel playlist ids to regex 2023-05-13 00:11:22 +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
19781eab36 fix: improve number parsing, add number_nd_tokens
add dictionary overrides
2023-05-06 17:36:36 +02:00
ThetaDev
bb396968dc tests: completed for all languages
fix: parsing search videos without duration
2023-05-05 15:18:37 +02:00
ThetaDev
c634b26bc2 chore: fix json formatting in notes 2023-05-01 18:43:44 +02:00
ThetaDev
fa4c845c2f chore: A/B test 5 2023-05-01 18:40:08 +02:00
ThetaDev
f5688f3571 add more description to A/B test 4 2023-04-02 02:29:13 +02:00
ThetaDev
d749500a04 fix: A/B test 4, video tab on the trending page 2023-04-02 01:16:46 +02:00
ThetaDev
1abdd6f3e2 fix: lyrics not found error, no channel shorts cont 2022-11-22 12:37:07 +01:00
ThetaDev
aaffc6404d fix: support AB3 (channel handles in search results) 2022-11-22 01:30:30 +01:00
ThetaDev
e4046aef00 feat: add track details, radios 2022-11-10 23:19:11 +01:00
ThetaDev
556575f5ff WIP: add music_details 2022-11-10 15:53:55 +01:00
ThetaDev
45e2d3c7c7 feat: multilanguage album type parsing
- new album types: Audiobook, Show
2022-11-01 18:10:28 +01:00
ThetaDev
b38bc711c7 test: add integration tests for YTM albums/search 2022-11-01 15:43:00 +01:00
ThetaDev
566b3e5bfc feat: add music playlist 2022-10-29 19:57:28 +02:00
ThetaDev
bbaa6cdb90 feat: add fallback to player query 2022-10-13 00:05:44 +02:00
ThetaDev
5d19259a14 feat: add number_tokens for parsing large nums to dictionary 2022-09-23 15:04:22 +02:00
ThetaDev
67ae1eb21d feat: add channel_videos
refactor: unify VideoListItem
2022-09-22 00:01:09 +02:00
ThetaDev
8629454b5b feat: add rich text extraction
- add video detail tests
2022-09-21 15:10:05 +02:00
ThetaDev
584d6aa3f5 feat: add is_live to video details 2022-09-20 21:22:18 +02:00
ThetaDev
e800e16c68 feat: add video details mapping
- TODO: fix fetching comment count
2022-09-20 16:14:57 +02:00
ThetaDev
df6543d62e refactor: remove thiserror for now 2022-09-19 13:24:12 +02:00
ThetaDev
d18f175aef feat: add absolute dates/months to dictionary 2022-09-06 21:27:28 +02:00
ThetaDev
c9433d721d add playlist date collector 2022-09-06 01:33:43 +02:00
ThetaDev
513bf1dc9c finish timeago parser, refactor codegen 2022-09-05 21:43:43 +02:00
ThetaDev
9da166304a feat: add video response
- started timeago_table
2022-09-03 11:20:07 +02:00
ThetaDev
346406c1c8 feat: add timeago parser, playlist_cont 2022-09-01 20:16:00 +02:00
ThetaDev
5b8c3d646a feat: add playlist extraction
- replace original base.js with dummy
2022-08-30 00:31:00 +02:00
ThetaDev
a3f6dc3e93 created cli crate 2022-08-07 15:53:02 +02:00
ThetaDev
beb1177a11 first successful download 2022-08-06 23:37:27 +02:00
ThetaDev
a6041a013b add playlist response mapping 2022-08-04 13:15:10 +02:00
ThetaDev
15e854b341 add snapshot testing with insta 2022-08-02 19:24:46 +02:00
ThetaDev
46730ee8fa add player data mapping 2022-08-01 19:50:38 +02:00