Commit graph

115 commits

Author SHA1 Message Date
ThetaDev
de7bd2a965 feat: add music genres 2022-12-02 00:03:50 +01:00
ThetaDev
88104753e0 feat: add Zz (global) country param 2022-12-01 13:31:36 +01:00
ThetaDev
f20ea693a6 feat: add music charts 2022-12-01 12:56:58 +01:00
ThetaDev
a741a61a30 refactor: use generic string params for client 2022-11-30 23:57:39 +01:00
ThetaDev
94b55711cb fix: use AsRef generics for pagination 2022-11-30 12:42:06 +01:00
ThetaDev
8f82694eaf feat: add music_new_albums/videos 2022-11-28 00:56:17 +01:00
ThetaDev
2cd74b1da8 feat: add lyrics 2022-11-11 00:14:58 +01:00
ThetaDev
dae8c1e775 fix: used borrowed str for QBrowse 2022-11-10 23:26:05 +01:00
ThetaDev
556575f5ff WIP: add music_details 2022-11-10 15:53:55 +01:00
ThetaDev
0101fc0c6b fix: retry on 429 status, handle episodes 2022-11-06 22:54:19 +01:00
ThetaDev
6f07095757 feat: add music artists 2022-11-06 18:30:06 +01:00
ThetaDev
68342cecab feat: add more extraction errors 2022-11-04 21:28:13 +01:00
ThetaDev
3ad8f9b178 feat: add search item mapping (WIP) 2022-10-31 08:41:06 +01:00
ThetaDev
566b3e5bfc feat: add music playlist 2022-10-29 19:57:28 +02:00
ThetaDev
264f82346c feat: add visitor data option 2022-10-28 18:24:36 +02:00
ThetaDev
9d0ae0e9c2 feat: add visitor data parameter 2022-10-24 07:45:57 +02:00
ThetaDev
9f7f337efd fix: remove split seconds 2022-10-18 23:06:19 +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
55861739dc fix: download_testfiles 2022-10-17 23:45:49 +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
ThetaDev
b22f6995cc feat: add URL resolver 2022-10-16 01:40:52 +02:00
ThetaDev
9ced819abe feat: add starpage continuation 2022-10-15 12:02:53 +02:00
ThetaDev
0bc9496865 feat: add trending 2022-10-14 00:03:10 +02:00
ThetaDev
01b9c8e310 fix: clean stuff up 2022-10-12 22:29:19 +02:00
ThetaDev
62853d50bf tests: add tests for YT internal channels, remove RSS default feature 2022-10-12 21:17:54 +02:00
ThetaDev
de118c59c4 fix: handle channel_rss not found 2022-10-12 01:13:32 +02:00
ThetaDev
d4d029c3ce fix: video_details empty content, update client versions 2022-10-12 00:24:08 +02:00
ThetaDev
c618c83ff3 fix: add second richGridRenderer variety 2022-10-11 23:43:47 +02:00
ThetaDev
eb9d3680cc fix: handle itemSectionRenderer in recommended videos 2022-10-11 22:42:48 +02:00
ThetaDev
de9e3c6ed9 fix: dont create reports on retries 2022-10-11 19:36:20 +02:00
ThetaDev
562ac2df7e fix: retry on empty continuation responses 2022-10-11 18:49:15 +02:00
ThetaDev
ef35c48890 fix: channel not found 2022-10-11 12:59:43 +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
6251ec1bd9 fix: remove clone from response models 2022-10-09 14:52:22 +02:00
ThetaDev
a3e3269fb3 feat: add custom error types, remove anyhow 2022-10-08 14:36:37 +02:00
ThetaDev
fe5468313a fix: remove dead code 2022-09-27 21:43:12 +02:00
ThetaDev
57e13d15a6 fix: allow concurrent cache access 2022-09-27 21:34:38 +02:00
ThetaDev
49f3aa3577 docs: more model documentation 2022-09-27 16:31:38 +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
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
972288d810 feat: add video details response model
- add paginator, impl for playlist items
- small model refactor
- add ignore_any deserializer
- removed unnecessary clones in response mapping
2022-09-19 00:08:37 +02:00
ThetaDev
17b6844eb0 add builder to RustyPipe 2022-09-17 00:41:23 +02:00
ThetaDev
d6cfc7e914 move codegen to separate crate 2022-09-16 01:37:02 +02:00
ThetaDev
8548bc81e9 finished client refactor, client2 -> client 2022-09-15 17:26:00 +02:00
ThetaDev
bb015561c1 fix: extract client version from html page 2022-09-10 11:22:09 +02:00