Commit graph

48 commits

Author SHA1 Message Date
ThetaDev
320a8c2c24
feat: add history item dates, extend timeago parser 2025-01-05 05:50:59 +01:00
ThetaDev
14e399594f
feat: add functions to fetch a user's history and subscriptions 2025-01-05 05:50:58 +01:00
ThetaDev
0919cbd0df
fix: fetch unlocalized player data to interpret errors correctly; regression introduced with v0.6.0 2024-11-09 03:08:00 +01:00
ThetaDev
7c4f44d09c
feat!: generate random visitorData, remove RustyPipeQuery::get_context and YTContext<'a> from public API 2024-10-23 01:51:16 +02:00
ThetaDev
b589061a40
fix: fetch artist albums continuation 2024-10-22 23:56:59 +02:00
ThetaDev
3599acafef
feat!: remove startpage 2024-08-18 03:03:11 +02:00
ThetaDev
9da3b25be2
fix: set tracing instrumentation level to Error 2024-08-10 00:06:56 +02:00
ThetaDev
90540c6aaa
feat: add client_type to VideoPlayer, simplify MapResponse trait
The MapResponse trait needed too many arguments, so I added the MapRespCtx object.
Also added the client_type to the context, so it can be added to the extracted player data.
This is necessary to be able to download videos with the correct user agent
2024-07-27 02:30:24 +02:00
ThetaDev
b25e9ebbb7 fix: send visitor data for YTM playlists 2023-09-28 01:00:00 +02:00
ThetaDev
1d1dcd622f feat: add tracing 2023-09-22 03:22:38 +02:00
ThetaDev
cc2cadc309 fix: add support for A/B test 7 (short date format) 2023-05-28 21:07:03 +02:00
ThetaDev
bf80db8a9a fix!: parse full video info from playlist items, remove PlaylistVideo model 2023-05-13 23:10:05 +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
29ad2f99d4 refactor: replace try_swap_remove 2023-05-07 18:15:13 +02:00
ThetaDev
b88faa9d05 tests: run tests with different lang settings
fix: parsing subscriber count on channel search itms
fix: add warnings for all date and numstr parsing
fix: error parsing search suggestions
2023-05-04 21:44:10 +02:00
ThetaDev
0164fac2e0 fix: error on empty YT pagination responses 2023-04-05 19:23:08 +02:00
ThetaDev
7bcff13eb8 fix: use fixed testfiles location 2023-03-25 23:18:49 +01:00
ThetaDev
b4ca16caf8 fix: accept empty music continuations 2023-03-13 16:36:21 +01:00
ThetaDev
ee5e82f6bb fix: instantiate deobfuscator in mapresponse fn
Reason: quickjs context is not Send
2023-02-08 12:29:08 +01:00
ThetaDev
331a13568a fix: v1.67 clippy lints (inline format strings) 2023-01-27 21:19:08 +01:00
ThetaDev
f526ab38eb refactor!: refactored response models
doc: documented all public methods
2022-12-09 01:02:09 +01:00
ThetaDev
de7bd2a965 feat: add music genres 2022-12-02 00:03:50 +01:00
ThetaDev
f20ea693a6 feat: add music charts 2022-12-01 12:56:58 +01:00
ThetaDev
8097873fe1 refactor: use generic string arguments 2022-11-30 13:17:28 +01:00
ThetaDev
94b55711cb fix: use AsRef generics for pagination 2022-11-30 12:42:06 +01:00
ThetaDev
64d009615e fix: use path_macro in tests/codegen for cross-platform paths 2022-11-30 10:04:16 +01:00
ThetaDev
e4046aef00 feat: add track details, radios 2022-11-10 23:19:11 +01:00
ThetaDev
8af1ae303d feat: add related playlists 2022-11-06 20:45:50 +01:00
ThetaDev
abfd630a04 test: add testfile for music search continuation 2022-11-01 16:03:53 +01:00
ThetaDev
b38bc711c7 test: add integration tests for YTM albums/search 2022-11-01 15:43:00 +01:00
ThetaDev
c7ae2f8531 fix: failing video_details_music comment test 2022-11-01 00:27:06 +01:00
ThetaDev
dac2b17dc2 feat: music search filter/cont, refactored paginator 2022-10-31 23:05:27 +01:00
ThetaDev
566b3e5bfc feat: add music playlist 2022-10-29 19:57:28 +02:00
ThetaDev
9d0ae0e9c2 feat: add visitor data parameter 2022-10-24 07:45:57 +02:00
ThetaDev
39b32da5a4 fix(channel): new rich grid renderer continuation format 2022-10-19 00:24:37 +02:00
ThetaDev
b5f6b7a174 refactor: convert _or_bail macros to ok_or functions 2022-10-18 19:09:16 +02:00
ThetaDev
ae91c46fb2 refactor: remove query retries 2022-10-17 23:42:10 +02:00
ThetaDev
3a0db09e23 fix: add visitor_data to recommendation paginator 2022-10-17 23:32:12 +02:00
Theta-Dev
71c77fcfb6 refactor: update recommended video response model 2022-10-17 12:50:07 +02:00
Theta-Dev
db6b1ab8a7 refactor: update trends response model 2022-10-17 11:04:18 +02:00
ThetaDev
dbcb7fe0df refactor: use unified models for video/playlist/channel 2022-10-17 00:55:49 +02:00
ThetaDev
2b70badd4e feat: add visitor data to paginator, trends: mapping tests 2022-10-15 14:49:11 +02:00
ThetaDev
9ced819abe feat: add starpage continuation 2022-10-15 12:02:53 +02:00
ThetaDev
01b9c8e310 fix: clean stuff up 2022-10-12 22:29:19 +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
6ac5bc3782 feat: add channel video/playlist continuation 2022-09-26 21:26:22 +02:00
ThetaDev
86a348f210 feat: add video details pagination, tests 2022-09-21 18:17:28 +02:00