Commit graph

114 commits

Author SHA1 Message Date
c87bac1856
shorten CLI timezone flags, add docs 2025-02-07 04:13:45 +01:00
9890538c0e
reorganize time-tz dependency 2025-02-07 04:13:45 +01:00
4f2bb47ab4
feat: add --timezone-local CLI option 2025-02-07 04:13:44 +01:00
3a2370b97c
feat: add timezone query option 2025-02-07 04:13:43 +01:00
594e675b39
refactor!: add client_type field to DownloadError, rename cli option po-token-cache to pot-cache 2025-02-06 13:47:10 +01:00
b72b501b6d
feat: add session po token cache 2025-02-06 00:48:37 +01:00
cddb32f190
feat: remove manual PO token options from downloader/cli, add new rustypipe-botguard options 2025-02-05 15:56:14 +01:00
b90a252a5e
feat: add support for rustypipe-botguard to get PO tokens 2025-02-05 15:56:14 +01:00
9c73ed4b30
fix: parsing mixed-case language codes like zh-CN 2025-01-18 06:59:43 +01:00
32fda234e4
chore(release): release rustypipe-cli v0.6.0 2025-01-16 13:49:09 +01:00
11442dfd36
docs: fix README 2025-01-16 13:39:35 +01:00
0432477451
docs: update README 2025-01-16 03:45:12 +01:00
c90d966b17
feat: export subscriptions as OPML / NewPipe JSON 2025-01-05 05:51:01 +01:00
a1b43ad70a
feat: add CLI commands to fetch user library and YTM releases/charts 2025-01-05 05:51:01 +01:00
cf498e4a8f
feat: add cookies.txt parser, add cookie auth + history cmds to CLI 2025-01-05 05:51:00 +01:00
320a8c2c24
feat: add history item dates, extend timeago parser 2025-01-05 05:50:59 +01:00
7853489cf9
chore(release): release rustypipe-cli v0.5.0 2024-12-20 14:51:11 +01:00
5ce84c44a6
fix: error 400 when fetching player with login 2024-12-20 03:06:03 +01:00
dceba442fe
feat: get comment replies, rich text formatting 2024-12-18 19:35:31 +01:00
5c39bf4842
fix: replace futures dependency with futures-util 2024-12-01 22:24:00 +01:00
706e88134c
chore: add docs badge to README 2024-11-25 15:27:33 +01:00
5d248bd110
chore(release): release rustypipe-cli v0.4.0 2024-11-10 14:57:35 +01:00
044094a4b7
feat!: replace TrackItem::is_video attr with TrackType enum; serde lowercase AlbumType enum for consistency 2024-11-09 02:55:59 +01:00
50010b7b08
feat: allow searching for YTM users 2024-11-09 00:36:42 +01:00
577370b06d
chore(release): release rustypipe-cli v0.3.0 2024-10-28 01:40:05 +01:00
62f8a9210c
feat: revoke OAuth token when logging out 2024-10-24 01:30:59 +02:00
1cc3f9ad74
feat: add OAuth user login to access age-restricted videos 2024-10-23 23:02:32 +02:00
9e835c8f38
feat!: remove TvHtml5Embed client as it got disabled 2024-10-23 01:42:02 +02:00
913bb12755
chore(release): release rustypipe-cli v0.2.2 2024-10-13 17:03:13 +02:00
71d3ec65dd
feat: add mobile client 2024-10-13 05:16:06 +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
4a253e1a47
doc: fix license badge URL 2024-08-18 17:44:55 +02:00
7b672cd5fd
chore(release): release rustypipe-cli v0.2.0 2024-08-18 03:32:46 +02:00
17933315d9
chore: change repo URL to Codeberg 2024-08-18 03:03:15 +02:00
6009de7bdd
fix: dont store cache in current dir with --report option 2024-08-18 03:03:14 +02:00
e6715700d9
feat!: update channel model, addd handle + video_count, remove tv/mobile banner 2024-08-17 02:44:47 +02:00
8692ca81d9
todo: update metadata 2024-08-17 00:10:31 +02:00
da39c64f30
fix: detect ip-ban error message 2024-08-10 16:26:43 +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
d875b5442d
feat: retry with different client after 403 error 2024-08-10 03:11:49 +02:00
5e646afd1e
feat: add list of clients to downloader 2024-08-10 02:29:54 +02:00
8f16e5ba6e
feat: print error message 2024-08-10 01:46:18 +02:00
904f8215d8
feat: add potoken option to downloader 2024-08-09 21:41:47 +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
97fb0578b5
feat: add audiotag+indicatif features to downloader 2024-08-06 14:04:03 +02:00
e1e4fb29c1
feat: downloader: add download_track fn, improve path templates 2024-08-01 03:11:54 +02:00
1e1315a837
feat: downloader: add audio tagging 2024-07-31 03:27:27 +02:00