Commit graph

40 commits

Author SHA1 Message Date
cbeb14f3fd fix: add pedantic lints
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 02:40:26 +02:00
a6bf9359b9 docs: improve documentation 2023-05-13 00:08:14 +02:00
a2bbc850a7 fix: reworked retry system
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-12 17:19:56 +02: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
6ad77d8daa fix: limit serde_with features
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-09 17:35:21 +02:00
c688ff74e9 feat: add storage_dir option
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(cli): store config in userdata folder
2023-05-08 18:07:18 +02:00
c15d46e0c4 feat: add all request tls options
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-08 17:07:29 +02:00
ffa1e51a2b cli: use rustls
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-19 17:21:13 +02:00
3a2e4c8abe fix: parse view count on shorts 2023-03-21 22:54:47 +01:00
8aa2bfcf9e fix(cli): extend playlists 2023-03-13 16:13:27 +01:00
19820db6d0 feat(cli): add channel search 2023-03-10 21:56:51 +01:00
2e06d9c572 fix(cli): use native tls 2023-03-10 20:06:17 +01:00
4b985583c0 feat(cli): add search function 2023-03-10 19:58:45 +01:00
aaa24bcc50 feat(cli): add getting youtube data 2023-03-10 19:05:32 +01:00
331a13568a fix: v1.67 clippy lints (inline format strings) 2023-01-27 21:19:08 +01:00
f526470b6a refactor!: change StreamFilter builder
tests: add album_no_year test
2022-12-28 21:43:19 +01:00
1b94dc1f40 refactor!: rename title field to name 2022-12-27 23:28:25 +01:00
04dd7ed000 chore: update clap and env_logger 2022-12-10 17:49:09 +01:00
e063c04821 refactor!: move downloader to seperate crate 2022-12-01 00:25:47 +01:00
394f8609a8 fix: pre-commit cfg, clippy errors 2022-11-29 12:54:23 +01:00
a706eb172e fix: stream ordering, downloader progress bar 2022-11-04 19:45:58 +01:00
9d0ae0e9c2 feat: add visitor data parameter 2022-10-24 07:45:57 +02:00
bbaa6cdb90 feat: add fallback to player query 2022-10-13 00:05:44 +02:00
25de7d678a feat: add search filter, refactor params 2022-10-10 21:08:21 +02:00
8c1e7bf6ac fix: fetching comment count 2022-09-20 17:24:16 +02:00
230b027b59 fix: adapt cli to playlist pagination
- fix clippy errors
2022-09-19 01:21:25 +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
8548bc81e9 finished client refactor, client2 -> client 2022-09-15 17:26:00 +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
925652acdd refactored player 2022-09-13 15:46:04 +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
5db85c05e8 feat: add video cmd to cli
integrated stream filter
2022-08-27 00:28:50 +02:00
ae72a230a2 feat: add audioTrack for multilanguage audio 2022-08-25 18:22:38 +02:00
3c05929e89 feat: download using range params 2022-08-18 22:57:49 +02:00
0c30794cb7 improve video downloader, format sorting 2022-08-08 22:03:49 +02:00
45bd435d34 fix filename issue with downloader 2022-08-08 17:19:14 +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