Commit graph

35 commits

Author SHA1 Message Date
f3057b4d63
chore: remove commented-out debug statements 2025-02-26 19:32:46 +01:00
9c67f8f85b
fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00
0432477451
docs: update README 2025-01-16 03:45:12 +01:00
14e399594f
feat: add functions to fetch a user's history and subscriptions 2025-01-05 05:50:58 +01:00
50010b7b08
feat: allow searching for YTM users 2024-11-09 00:36:42 +01:00
7c4f44d09c
feat!: generate random visitorData, remove RustyPipeQuery::get_context and YTContext<'a> from public API 2024-10-23 01:51:16 +02:00
f3f2e1d3ca
fix: ignore live tracks in YTM searches 2024-10-12 05:33:23 +02:00
9da3b25be2
fix: set tracing instrumentation level to Error 2024-08-10 00:06:56 +02:00
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
8458d878e7 refactor: generic search API
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-18 01:19:47 +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
b25e9ebbb7 fix: send visitor data for YTM playlists
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-28 01:00:00 +02:00
1d1dcd622f feat: add tracing 2023-09-22 03:22:38 +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
8ea69d5453 fix!: remove music playlist search without filter 2023-07-03 16:57:23 +02:00
cc2cadc309 fix: add support for A/B test 7 (short date format) 2023-05-28 21:07:03 +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
c3f82f765b fix: add "1 video" tokens to dict
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-07 19:29:19 +02:00
29ad2f99d4 refactor: replace try_swap_remove 2023-05-07 18:15:13 +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
7bcff13eb8 fix: use fixed testfiles location 2023-03-25 23:18:49 +01:00
ee5e82f6bb fix: instantiate deobfuscator in mapresponse fn
Reason: quickjs context is not Send
2023-02-08 12:29:08 +01:00
1d56b9c9a0 feat: add music search suggested items 2023-01-28 15:29:01 +01:00
331a13568a fix: v1.67 clippy lints (inline format strings) 2023-01-27 21:19:08 +01:00
f526ab38eb refactor!: refactored response models
doc: documented all public methods
2022-12-09 01:02:09 +01:00
8097873fe1 refactor: use generic string arguments 2022-11-30 13:17:28 +01:00
64d009615e fix: use path_macro in tests/codegen for cross-platform paths 2022-11-30 10:04:16 +01:00
bd936a8c42 feat: music search suggestions 2022-11-25 10:33:49 +01:00
ef86181627 test: add music search radio test 2022-11-25 09:19:24 +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
dac2b17dc2 feat: music search filter/cont, refactored paginator 2022-10-31 23:05:27 +01:00
d29bbd8b25 feat: music search, mapping done 2022-10-31 11:10:10 +01:00
3ad8f9b178 feat: add search item mapping (WIP) 2022-10-31 08:41:06 +01:00