Commit graph

33 commits

Author SHA1 Message Date
913bb12755
chore(release): release rustypipe-cli v0.2.2 2024-10-13 17:03:13 +02:00
d54277a175
chore(release): release rustypipe-cli v0.2.1 2024-09-10 03:36:57 +02:00
7a019f5706
feat: add RustyPipe version constant 2024-09-10 03:15:41 +02:00
7b672cd5fd
chore(release): release rustypipe-cli v0.2.0 2024-08-18 03:32:46 +02:00
f37432a48c
fix: use native tls by default for CLI 2024-08-10 14:12:39 +02:00
03c4d3c392
feat: add option to fetch RSS feed
Some checks failed
CI / Test (push) Failing after 2m54s
2024-08-10 03:35:20 +02:00
e8324cf3b0
fix: use anstream + owo-color for colorful CLI output
the color-print crate works very well, but it cannot disable styling if the terminal does not support it,
when saving the output to a file, etc
2024-08-08 15:04:15 +02:00
91b020efd4
feat: add plaintext output to CLI 2024-08-08 03:22:51 +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
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
1d1dcd622f feat: add tracing 2023-09-22 03:22:38 +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
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
2e06d9c572 fix(cli): use native tls 2023-03-10 20:06:17 +01:00
aaa24bcc50 feat(cli): add getting youtube data 2023-03-10 19:05:32 +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
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
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
a3f6dc3e93 created cli crate 2022-08-07 15:53:02 +02:00