Commit graph

259 commits

Author SHA1 Message Date
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
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
722f964f77 chore: fix file endings 2022-09-21 17:42:05 +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
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
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
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
cc63477406 test: add timeago_table 2022-09-04 14:56:45 +02:00
2bba9064fc Completed timeago table 2022-09-04 00:04:44 +02:00
17094d121b fix: response models 2022-09-04 00:04:37 +02:00
9da166304a feat: add video response
- started timeago_table
2022-09-03 11:20:07 +02:00
346406c1c8 feat: add timeago parser, playlist_cont 2022-09-01 20:16:00 +02:00
5b8c3d646a feat: add playlist extraction
- replace original base.js with dummy
2022-08-30 00:31:00 +02:00
30e79ebfbc feat: completed stream filter 2022-08-26 20:09:14 +02:00
21675d5b1d feat: add stream filter 2022-08-26 16:48:26 +02:00
ae72a230a2 feat: add audioTrack for multilanguage audio 2022-08-25 18:22:38 +02:00
2d302d763d fix: use js lexer for extracting deobf func
- better deobfuscation error handling
2022-08-25 18:02:32 +02:00
8c7792ec53 update snapshots with new pkg name 2022-08-19 00:32:17 +02:00
3c05929e89 feat: download using range params 2022-08-18 22:57:49 +02:00
3efe08088c fix deobfuscation after YouTube update 2022-08-13 21:15:52 +02:00
0c30794cb7 improve video downloader, format sorting 2022-08-08 22:03:49 +02:00
150f074131 fix throttling: deobf nsig param for all urls 2022-08-07 17:54:33 +02:00
a3f6dc3e93 created cli crate 2022-08-07 15:53:02 +02:00
beb1177a11 first successful download 2022-08-06 23:37:27 +02:00
a6041a013b add playlist response mapping 2022-08-04 13:15:10 +02:00
77675209d5 add subtitle mapping 2022-08-02 21:44:32 +02:00
0b10e67ff5 test YT Music client 2022-08-02 21:26:40 +02:00
26da4fad2c add desktop music client 2022-08-02 20:41:47 +02:00
15e854b341 add snapshot testing with insta 2022-08-02 19:24:46 +02:00
25a9398b85 add test for player endpoint 2022-08-02 17:12:54 +02:00
4600edc81f add downloader 2022-08-02 15:09:40 +02:00
f706d875f6 add mapping for codecs + sorting 2022-08-01 22:14:11 +02:00