Commit graph

602 commits

Author SHA1 Message Date
ThetaDev
a7fb0d641a fix: A/B test 15 (parsing channel shortsLockupViewModel) 2024-09-10 03:12:16 +02:00
ThetaDev
13f801d502 test: add test case 2024-09-09 23:24:25 +02:00
ThetaDev
d4386bf2b5 doc: fix license badge URL 2024-08-18 17:44:55 +02:00
ThetaBot
a397dafda2 chore(deps): update rust crate tokio to 1.20.4 [security] (#10)
Reviewed-on: https://codeberg.org/ThetaDev/rustypipe/pulls/10
Co-authored-by: ThetaBot <thetabot@noreply.codeberg.org>
Co-committed-by: ThetaBot <thetabot@noreply.codeberg.org>
2024-08-18 13:41:33 +00:00
ThetaDev
c26835ba35 ci: enable workflow_dispatch for renovate 2024-08-18 15:30:47 +02:00
ThetaDev
30c14957c8 chore(release): release rustypipe-cli v0.2.0 2024-08-18 03:32:46 +02:00
ThetaDev
d78052aa84 chore(release): release rustypipe-downloader v0.2.0 2024-08-18 03:25:57 +02:00
ThetaDev
4e32728c02 fix: show docs.rs feature flags 2024-08-18 03:25:02 +02:00
ThetaDev
7bd8c9fb15 fix: add docs.rs feature attributes 2024-08-18 03:09:56 +02:00
ThetaDev
577f59b245 chore(release): release rustypipe v0.3.0 2024-08-18 03:04:09 +02:00
ThetaDev
e229d81ed6 chore: adjust dependency versions 2024-08-18 03:03:15 +02:00
ThetaDev
f81ad1028c ci: publish on crates.io 2024-08-18 03:03:15 +02:00
ThetaDev
e7e1e57817 doc: add square logo 2024-08-18 03:03:15 +02:00
ThetaDev
8efbe00f6f chore: change repo URL to Codeberg 2024-08-18 03:03:15 +02:00
ThetaDev
63ac07a27a fix: dont store cache in current dir with --report option 2024-08-18 03:03:14 +02:00
ThetaDev
4e53247e9c feat!: remove startpage 2024-08-18 03:03:11 +02:00
ThetaDev
284f55bec5 test: add downloader test 2024-08-17 23:11:44 +02:00
ThetaDev
cf0eb81002 fix: get TV client version 2024-08-17 03:26:20 +02:00
ThetaDev
554529d696 feat!: add handle to ChannelItem, remove video_count 2024-08-17 03:05:57 +02:00
ThetaDev
b715ae18c4 feat!: update channel model, addd handle + video_count, remove tv/mobile banner 2024-08-17 02:44:47 +02:00
ThetaDev
0077128d77 fix: parsing channels without banner 2024-08-17 00:42:47 +02:00
ThetaDev
9f16a63fe3 fix: player_from_clients: fall back to TvHtml5Embed client 2024-08-17 00:21:47 +02:00
ThetaDev
ff7dbbc5e6 todo: update metadata 2024-08-17 00:10:31 +02:00
Forgejo Actions
54defcc4f1 chore(deps): update rust crate rstest to 0.22.0 (#9) 2024-08-14 21:22:28 +02:00
ThetaDev
999218edef ci: use warpproxy to circumvent ip-ban 2024-08-13 03:44:57 +02:00
ThetaDev
0b8cc6ac86 fix: detect ip-ban error message 2024-08-10 16:26:43 +02:00
ThetaDev
41febfd05c fix: use native tls by default for CLI 2024-08-10 14:12:39 +02:00
ThetaDev
02bf7ee7fe feat: add option to fetch RSS feed 2024-08-10 03:35:20 +02:00
ThetaDev
f25fb2fb9b test: dont check video streams for desktop client (pot token) 2024-08-10 03:21:29 +02:00
ThetaDev
edeb8191b4 feat: retry with different client after 403 error 2024-08-10 03:11:49 +02:00
ThetaDev
1a62471ad7 feat: change default player client order 2024-08-10 03:03:15 +02:00
ThetaDev
fbecd232e5 feat: add list of clients to downloader 2024-08-10 02:29:54 +02:00
ThetaDev
00fa95d92c feat: print error message 2024-08-10 01:46:18 +02:00
ThetaDev
1bd49fc53d fix: set tracing instrumentation level to Error 2024-08-10 00:06:56 +02:00
ThetaDev
8ecf2e61cc feat: add potoken option to downloader 2024-08-09 21:41:47 +02:00
ThetaDev
df2ecf177d fix: extraction error message 2024-08-08 15:10:55 +02:00
ThetaDev
65d8f28968 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
ThetaDev
9956048377 fix: make Verification enum exhaustive 2024-08-08 14:56:39 +02:00
ThetaDev
8618da4746 feat: add plaintext output to CLI 2024-08-08 03:22:51 +02:00
ThetaDev
171b3cb8d1 feat: add YtEntity trait to YouTubeItem and MusicItem 2024-08-08 03:22:04 +02:00
ThetaDev
308ed74730 feat: add audiotag+indicatif features to downloader 2024-08-06 14:04:03 +02:00
ThetaDev
b609edd004 fix: add var to deobf fn assignment 2024-08-06 14:01:38 +02:00
ThetaDev
14be4467a3 feat: downloader: add download_track fn, improve path templates 2024-08-01 03:11:54 +02:00
ThetaDev
edab09184a fix: nsig fn extraction 2024-07-31 21:46:32 +02:00
ThetaDev
9bde75ec6d feat: downloader: add audio tagging 2024-07-31 03:27:27 +02:00
ThetaDev
f27d0492cb feat!: add TV client 2024-07-30 01:55:24 +02:00
Forgejo Actions
1139f8448b chore(deps): update rust crate quick-xml to 0.36.0 (#8)
Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/8
Co-authored-by: Forgejo Actions <forgejo.actions@example.com>
Co-committed-by: Forgejo Actions <forgejo.actions@example.com>
2024-07-29 18:20:51 +02:00
ThetaDev
148158dcdb chore: renovate: enable automerge 2024-07-29 18:20:11 +02:00
ThetaDev
209291d74b chore: renovate: disable scheduleDaily 2024-07-29 18:17:35 +02:00
ThetaDev
d9f8bc92fe chore: renovate: disable approveMajorUpdates 2024-07-29 18:10:45 +02:00