Commit graph

62 commits

Author SHA1 Message Date
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
e65f14556f
fix: A/B test 16 (pageHeaderRenderer on playlist pages) 2024-10-12 05:47:47 +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
b8825f9199
feat: add text formatting (bold/italic/strikethrough) 2024-04-03 03:28:13 +02:00
ThetaDev
95ab7c91c6
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
d6de428549 fix: fetch YTM playlists with visitor data
feat: add lang/country options to cli
2023-09-28 01:40:18 +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
cbeb14f3fd fix: add pedantic lints 2023-05-13 02:40:26 +02:00
ThetaDev
c021496a55 refactor: uopdate NotFound error type 2023-05-08 15:21:06 +02:00
ThetaDev
29ad2f99d4 refactor: replace try_swap_remove 2023-05-07 18:15:13 +02:00
ThetaDev
2241223c9f refactor!: made timeago module private 2023-05-06 21:24:11 +02:00
ThetaDev
a45eba4705 refactor: replace VecLogError with standard Deserialize impl 2023-05-05 18:00:33 +02:00
ThetaDev
7bcff13eb8 fix: use fixed testfiles location 2023-03-25 23:18:49 +01:00
ThetaDev
9fbacb2318 fix: accept empty playlist continuation 2023-03-13 16:55:25 +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
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
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
1c0c64a8bf feat: get YouTube visitor data 2022-10-28 18:49:10 +02:00
ThetaDev
9d0ae0e9c2 feat: add visitor data parameter 2022-10-24 07:45:57 +02:00
ThetaDev
3c1cc92461 refactor: replace chrono with time-rs 2022-10-18 22:53:09 +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
39fca50731 test: add map_playlist_cont test 2022-10-17 22:16:31 +02:00
Theta-Dev
4f48ad59bd refactor: update playlist model 2022-10-17 22:00:33 +02:00
ThetaDev
0bc9496865 feat: add trending 2022-10-14 00:03:10 +02:00
ThetaDev
79b7fcf92c fix: handle playlist not found 2022-10-11 19:50:43 +02:00
ThetaDev
562ac2df7e fix: retry on empty continuation responses 2022-10-11 18:49:15 +02:00
ThetaDev
1fb4a2664e fix: moved integration tests,
fixed missing search video count,
error on missing search channel description snipped,
error on empty channel info link list,
2022-10-11 00:31:04 +02:00
ThetaDev
ab61cfb4ca test: add more search mapping tests 2022-10-10 21:40:37 +02:00
ThetaDev
25de7d678a feat: add search filter, refactor params 2022-10-10 21:08:21 +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
305c3ee70e feat: add ChannelRss
- add documentation
- small model refactor: rename player VideoPlayerDetails.thumbnails to thumbnail
2022-09-27 15:23:09 +02:00
ThetaDev
6ac5bc3782 feat: add channel video/playlist continuation 2022-09-26 21:26:22 +02:00
ThetaDev
45707c4d01 chore: migrate insta snapshots to RON 2022-09-24 18:50:52 +02:00
ThetaDev
67ae1eb21d feat: add channel_videos
refactor: unify VideoListItem
2022-09-22 00:01:09 +02:00
ThetaDev
86a348f210 feat: add video details pagination, tests 2022-09-21 18:17:28 +02:00
ThetaDev
8629454b5b feat: add rich text extraction
- add video detail tests
2022-09-21 15:10:05 +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
94c9a264a4 refactor: implemented TryRemove as trait 2022-09-19 12:47:06 +02:00