ThetaDev
2677a5bdae
clarify description of music_saved_tracks and music_liked_tracks
2025-01-05 05:50:59 +01:00
ThetaDev
171c22458d
feat: add functions to fetch a user's history and subscriptions
2025-01-05 05:50:58 +01:00
ThetaDev
49bdb84125
fix: A/B test 18: music playlist facepile avatar model
2024-11-25 16:42:00 +01:00
ThetaDev
957fa22f77
feat!: replace TrackItem::is_video attr with TrackType enum; serde lowercase AlbumType enum for consistency
2024-11-09 02:55:59 +01:00
ThetaDev
448657bcb5
feat!: generate random visitorData, remove RustyPipeQuery::get_context and YTContext<'a> from public API
2024-10-23 01:51:16 +02:00
ThetaDev
93dbd0d20c
fix: fetch artist albums continuation
2024-10-22 23:56:59 +02:00
ThetaDev
1bd49fc53d
fix: set tracing instrumentation level to Error
2024-08-10 00:06:56 +02:00
ThetaDev
1934592ab8
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
b012436bf8
feat!: add rich text description to playlists and albums
...
fix: panic when parsing new music album/playlist layout
2024-03-09 14:34:58 +01:00
ThetaDev
c402f463b4
fix: add support for A/B-13 (2-column layout for music playlists/albums)
2024-02-29 02:54:40 +01:00
ThetaDev
e9fb16353a
chore: fix clippy lints
2024-01-18 13:23:56 +01:00
ThetaDev
452f765ffd
fix: handling new podcast links
2023-11-04 01:14:54 +01: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
cbeb14f3fd
fix: add pedantic lints
2023-05-13 02:40:26 +02:00
ThetaDev
a2bbc850a7
fix: reworked retry system
2023-05-12 17:19:56 +02:00
ThetaDev
29ad2f99d4
refactor: replace try_swap_remove
2023-05-07 18:15:13 +02:00
ThetaDev
97492780c6
fix: parsing is_ytm for playlists
2023-05-06 03:17:43 +02:00
ThetaDev
0677fd487e
fix: parsing music playlist video count
2023-05-06 01:58:23 +02:00
ThetaDev
7bcff13eb8
fix: use fixed testfiles location
2023-03-25 23:18:49 +01:00
ThetaDev
c80ccf66ce
fix: fully extend album playlists for replacement
2023-02-13 21:25:53 +01:00
ThetaDev
055d266809
fix: revert new album mv replacement
2023-02-09 13:48:32 +01:00
ThetaDev
d0a8b6fabe
fix: rewritten album mv replacement
2023-02-09 00:30:22 +01:00
ThetaDev
49148711e0
fix: ignore extraction error when fetching album playlist
2023-02-08 16:51:50 +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
f44bc6434a
fix: albums without artists
2022-12-29 14:44:48 +01:00
ThetaDev
1b94dc1f40
refactor!: rename title field to name
2022-12-27 23:28:25 +01:00
ThetaDev
f526ab38eb
refactor!: refactored response models
...
doc: documented all public methods
2022-12-09 01:02:09 +01:00
ThetaDev
46e5f9201d
feat: add artist_id field to album item
2022-12-06 11:36:05 +01:00
ThetaDev
0453a928bc
feat: add artist_id field for albums
2022-12-06 11:20:24 +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
ThetaDev
f20ea693a6
feat: add music charts
2022-12-01 12:56:58 +01:00
ThetaDev
2b91c76b85
fix: replace MVs in albums with tracks from album playlist
2022-11-30 23:45:41 +01:00
ThetaDev
38bc12f695
fix: accept music album playlist response without header
2022-11-30 21:11:33 +01:00
ThetaDev
8097873fe1
refactor: use generic string arguments
2022-11-30 13:17:28 +01:00
ThetaDev
64d009615e
fix: use path_macro in tests/codegen for cross-platform paths
2022-11-30 10:04:16 +01:00
ThetaDev
dae8c1e775
fix: used borrowed str for QBrowse
2022-11-10 23:26:05 +01:00
ThetaDev
8af1ae303d
feat: add related playlists
2022-11-06 20:45:50 +01:00
ThetaDev
dfd33d5e9b
feat: add album description
2022-11-06 19:43:24 +01:00
ThetaDev
01a131ed6f
fix: improve album artist parsing, remove artists_txt field
2022-11-02 21:22:35 +01:00
ThetaDev
45e2d3c7c7
feat: multilanguage album type parsing
...
- new album types: Audiobook, Show
2022-11-01 18:10:28 +01:00
ThetaDev
dac2b17dc2
feat: music search filter/cont, refactored paginator
2022-10-31 23:05:27 +01:00
ThetaDev
3ad8f9b178
feat: add search item mapping (WIP)
2022-10-31 08:41:06 +01:00
ThetaDev
44da9c7cc5
feat: add album variants
2022-10-30 22:59:02 +01:00
ThetaDev
3b738a55ad
feat: add music album
2022-10-29 23:45:03 +02:00
ThetaDev
566b3e5bfc
feat: add music playlist
2022-10-29 19:57:28 +02:00