Commit graph

14 commits

Author SHA1 Message Date
14e399594f
feat: add functions to fetch a user's history and subscriptions 2025-01-05 05:50:58 +01:00
8458d878e7 refactor: generic search API
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-18 01:19:47 +01:00
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
f526ab38eb refactor!: refactored response models
doc: documented all public methods
2022-12-09 01:02:09 +01:00
3a0db09e23 fix: add visitor_data to recommendation paginator 2022-10-17 23:32:12 +02:00
dbcb7fe0df refactor: use unified models for video/playlist/channel 2022-10-17 00:55:49 +02:00
2b70badd4e feat: add visitor data to paginator, trends: mapping tests 2022-10-15 14:49:11 +02:00
ecb84e32e1 feat: add search 2022-10-10 01:09:13 +02:00
305c3ee70e feat: add ChannelRss
- add documentation
- small model refactor: rename player VideoPlayerDetails.thumbnails to thumbnail
2022-09-27 15:23:09 +02:00
67ae1eb21d feat: add channel_videos
refactor: unify VideoListItem
2022-09-22 00:01:09 +02:00
8629454b5b feat: add rich text extraction
- add video detail tests
2022-09-21 15:10:05 +02:00
8c1e7bf6ac fix: fetching comment count 2022-09-20 17:24:16 +02:00
e800e16c68 feat: add video details mapping
- TODO: fix fetching comment count
2022-09-20 16:14:57 +02:00
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