Commit graph

289 commits

Author SHA1 Message Date
fe5468313a fix: remove dead code 2022-09-27 21:43:12 +02:00
57e13d15a6 fix: allow concurrent cache access 2022-09-27 21:34:38 +02:00
9866006690 fix: add is_short to recommended video 2022-09-27 20:33:37 +02:00
2254b79cd6 fix: add support for upcoming channel videos 2022-09-27 17:11:01 +02:00
49f3aa3577 docs: more model documentation 2022-09-27 16:31:38 +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
6ac5bc3782 feat: add channel video/playlist continuation 2022-09-26 21:26:22 +02:00
6f1a1c4440 feat: add channel playlists
- add tests for channel videos
- small model refactor (rename Channel to ChannelTag)
2022-09-26 20:36:01 +02:00
45707c4d01 chore: migrate insta snapshots to RON 2022-09-24 18:50:52 +02:00
bf97f31173 fix: add new attributed_text description
add mapping tests for video_details
2022-09-24 18:41:27 +02:00
0659a64361 feat: implemented large number parser 2022-09-23 19:42:49 +02:00
f66dce9d3d fix: large number parser (ar) 2022-09-23 18:52:35 +02:00
fc7655093b feat: add large number parser 2022-09-23 18:19:24 +02:00
5d19259a14 feat: add number_tokens for parsing large nums to dictionary 2022-09-23 15:04:22 +02:00
67ae1eb21d feat: add channel_videos
refactor: unify VideoListItem
2022-09-22 00:01:09 +02:00
86a348f210 feat: add video details pagination, tests 2022-09-21 18:17:28 +02:00
6066813cba chore: remove check-added-large-files lint 2022-09-21 17:44:23 +02:00
722f964f77 chore: fix file endings 2022-09-21 17:42:05 +02:00
2e76162adf chore: add more pre-commit lints 2022-09-21 17:41:57 +02:00
169b70ff06 chore: add pre-commit 2022-09-21 17:27:23 +02:00
e4b10fcc83 feat: extract timestamps from video links 2022-09-21 17:19:17 +02:00
ed522e622d feat: add chapter extraction 2022-09-21 16:36:26 +02:00
8629454b5b feat: add rich text extraction
- add video detail tests
2022-09-21 15:10:05 +02:00
3596861b77 fix: information panels (ÖRR, Covid, ...) 2022-09-20 21:47:22 +02:00
584d6aa3f5 feat: add is_live to video details 2022-09-20 21:22:18 +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
df6543d62e refactor: remove thiserror for now 2022-09-19 13:24:12 +02:00
94c9a264a4 refactor: implemented TryRemove as trait 2022-09-19 12:47:06 +02:00
230b027b59 fix: adapt cli to playlist pagination
- fix clippy errors
2022-09-19 01:21:25 +02:00
df2952729a chore: add readme and license 2022-09-19 01:15:42 +02:00
254c3885dc remove yaml reports 2022-09-19 00:24:16 +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
17b6844eb0 add builder to RustyPipe 2022-09-17 00:41:23 +02:00
d6cfc7e914 move codegen to separate crate 2022-09-16 01:37:02 +02:00
8548bc81e9 finished client refactor, client2 -> client 2022-09-15 17:26:00 +02:00
05f609e247 fix: clippy warnings 2022-09-15 16:05:06 +02:00
63d2a0fb36 fix: accept video streams without content length/average bitrate 2022-09-15 13:09:26 +02:00
b52fd7349b refactored client API (query builder)
use VecLogError for player streams
2022-09-14 23:55:44 +02:00
dda2211e04 refactored cache 2022-09-14 00:04:51 +02:00
925652acdd refactored player 2022-09-13 15:46:04 +02:00
6cc927031a refactored client, added reports 2022-09-12 16:26:57 +02:00
bb015561c1 fix: extract client version from html page 2022-09-10 11:22:09 +02:00
6bb0c3792e add date to playlist 2022-09-08 23:01:31 +02:00
9ddf9a3ac4 fix date parsing 2022-09-07 18:09:43 +02:00
a992495b2b feat: add playlist date parser 2022-09-07 15:32:08 +02:00
d18f175aef feat: add absolute dates/months to dictionary 2022-09-06 21:27:28 +02:00
c9433d721d add playlist date collector 2022-09-06 01:33:43 +02:00
513bf1dc9c finish timeago parser, refactor codegen 2022-09-05 21:43:43 +02:00
500ea77788 fix: improved timeago performance 2022-09-05 14:33:04 +02:00