Commit graph

114 commits

Author SHA1 Message Date
e608811e5f
feat!: add TV client 2024-07-30 01:55:24 +02:00
2c7a3fb5cc
fix: cli: print video ID when logging errors 2024-07-29 18:06:35 +02:00
11a0038350
feat: overhauled downloader 2024-07-27 04:00:11 +02:00
618a24c120
chore(release): release rustypipe-cli v0.1.1
All checks were successful
CI / Test (push) Successful in 3m5s
Release / Release (push) Successful in 3m43s
2024-06-27 14:07:08 +02:00
8420c2f8db
fix: clippy warning
Some checks failed
CI / Test (push) Failing after 3m7s
2024-06-16 02:27:09 +02:00
29a7db231a
test: fix asserts: client version parts, iOS client bitrate
Some checks failed
CI / Test (push) Failing after 1m49s
2024-05-17 18:27:24 +02:00
45b9f2a627
chore: fix clippy lints
All checks were successful
CI / Test (push) Successful in 2m36s
2024-05-02 19:39:48 +02:00
5dbb288a49
chore: introduce MSRV 2024-05-02 18:46:21 +02:00
16e0e28c48
feat: CLI: setting player type 2024-04-26 16:09:13 +02:00
97b6f07399
chore: changelog: fix incorrect version URLs
All checks were successful
CI / Test (push) Successful in 2m26s
2024-04-11 13:51:30 +02:00
f60b4bb1cd
chore(release): release rustypipe-cli v0.1.0
All checks were successful
Release / Release (push) Successful in 3m30s
CI / Test (push) Successful in 2m28s
2024-03-23 00:57:24 +01:00
e4b204eae6
fix: move package attributes to workspace
All checks were successful
CI / Test (push) Successful in 2m54s
2024-03-23 00:56:48 +01:00
9b7bd4c40c
ci: add release workflow
Some checks failed
CI / Test (push) Failing after 2m32s
2024-03-22 14:57:27 +01:00
f4f1f1e761
chore: update dependencies, use workspace deps 2024-03-22 00:53:27 +01:00
8458d878e7 refactor: generic search API
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-18 01:19:47 +01:00
d6de428549 fix: fetch YTM playlists with visitor data
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: add lang/country options to cli
2023-09-28 01:40:18 +02:00
1d1dcd622f feat: add tracing 2023-09-22 03:22:38 +02:00
22e298ff98 fix: a/b test 8: parsing view count for tracks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-23 11:28:38 +02:00
93e5ad22e9 feat(cli): add vdata argument 2023-08-22 23:35:07 +02:00
43ef8d15c4 feat: add build_with_client method to RustyPipeBuilder
fix: create data dir if it doesn't exist
2023-08-04 15:14:55 +02:00
57086cab9a feat: add report flag to CLI 2023-08-03 20:49:30 +02:00
8ea69d5453 fix!: remove music playlist search without filter 2023-07-03 16:57:23 +02:00
32b4800b46 fix!: remove possible panic from client builder
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: simplify integer divisions
2023-05-31 12:14:11 +02:00
805cc5088f fix: increase default timeout to 20s, use ffmpeg copy arg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
refactor: use enum for navigation endpoint
2023-05-17 14:35:10 +02:00
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