Commit graph

776 commits

Author SHA1 Message Date
144a670da1
chore(release): release rustypipe-cli v0.7.1 2025-02-26 19:48:12 +01:00
035c07f170
chore(deps): update rustypipe to 0.11.0 2025-02-26 19:47:42 +01:00
9bfd3ee1ba
chore(release): release rustypipe-downloader v0.3.1 2025-02-26 19:45:43 +01:00
1adcb12932
chore(release): release rustypipe v0.11.0 2025-02-26 19:41:36 +01:00
e7ef067f43
small doc fix 2025-02-26 19:40:10 +01:00
f3057b4d63
chore: remove commented-out debug statements 2025-02-26 19:32:46 +01:00
6737512f5f
fix: A/B test 21: music album recommendations 2025-02-26 15:21:47 +01:00
544782f8de
feat: add original album track count, fix fetching albums with more than 200 tracks 2025-02-26 15:21:47 +01:00
83f8652776 ci: disable renovate 2025-02-22 23:02:15 +00:00
739eac4d1f
test: fix tests 2025-02-18 00:16:09 +01:00
4d60e64f2c
ci: remove workflow_dispatch trigger 2025-02-09 04:35:30 +01:00
45d3a9cd33
ci: add CLI release files 2025-02-09 03:57:13 +01:00
f8a0a253cc
change line in downloader changelog 2025-02-09 03:15:30 +01:00
8933c6fa2a
chore(release): release rustypipe-cli v0.7.0 2025-02-09 03:14:30 +01:00
629b5905da
feat: add verbose flag 2025-02-09 03:09:47 +01:00
26e0c2cb2b
chore(release): release rustypipe-downloader v0.3.0 2025-02-09 02:53:59 +01:00
fb1b732d56
chore(release): release rustypipe v0.10.0 2025-02-09 02:32:44 +01:00
80a358ee54
Revert "refactor!: rename n_http_retries option to n_request_attempts to be less misleading"
This reverts commit b8cfe1b034.
2025-02-09 02:20:55 +01:00
c0770f281c
ci: release rustypipe-cli binaries 2025-02-09 02:01:27 +01:00
1d755b76bf
feat: add RustyPipe::version_botguard fn, detect rustypipe-botguard in current dir, add botguard version to report 2025-02-09 01:52:09 +01:00
9957add2b5
doc: add Botguard info to README 2025-02-07 23:15:34 +01:00
c1a872e1c1
refactor: rename rustypipe-cli binary name to rustypipe 2025-02-07 22:50:56 +01:00
0c94267d03
fix: only use cached potokens with min. 10min lifetime 2025-02-07 22:01:59 +01:00
a80f046a19
ci: update rustypipe-botguard 2025-02-07 20:46:33 +01:00
65cb4244c6
feat!: add userdata feature for all personal data queries (playback history, subscriptions) 2025-02-07 13:21:12 +01:00
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
5acbf0e456
fix: use localzone crate to get local tz 2025-02-07 04:13:44 +01:00
34f8e9b551
fix: compile error on windows 2025-02-07 04:13:44 +01:00
4f2bb47ab4
feat: add --timezone-local CLI option 2025-02-07 04:13:44 +01:00
a5a7be5b4e
fix: correct timezone offset for parsed dates, add timezone_local option 2025-02-07 04:13:44 +01:00
3a2370b97c
feat: add timezone query option 2025-02-07 04:13:43 +01:00
ccb1178b95
fix iOS client doc 2025-02-07 04:13:39 +01:00
8297bf0234
update visitor data cache docs 2025-02-06 14:14:22 +01:00
8e35358c89
feat: log failed player fetch attempts with player_from_clients 2025-02-06 14:04:01 +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
5f5ac65ce9
ci: download rustypipe-botguard from codeberg 2025-02-06 13:22:31 +01:00
a0d850f8e0
fix: output full request body in reports, clean up get_player_po_token 2025-02-06 03:56:11 +01:00
b8cfe1b034
refactor!: rename n_http_retries option to n_request_attempts to be less misleading
the option sets the total number of attempts, not the number of attempts after the first failure
2025-02-06 03:16:03 +01:00
dfd03edfad
feat: rewrite request attempt system, retry with different visitor data 2025-02-06 03:12:54 +01:00
8385b87c63
feat: check rustypipe-botguard-api version 2025-02-06 01:41:48 +01:00
b72b501b6d
feat: add session po token cache 2025-02-06 00:48:37 +01:00
29c854b20d
fix: allow player data to be fetched without botguard 2025-02-05 15:56:15 +01:00
eed1e3da3a
revert user agent 2025-02-05 15:56:15 +01:00
ef335258b7
ci: fix rustypipe-botguard download 2025-02-05 15:56:15 +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
92340056f8
fix: download audio with dolby codec 2025-02-05 15:56:14 +01:00
b12f4c5d82
feat: add visitor data cache, remove random visitor data
Apparently YouTube can detect randomly generated visitor data and
prevents both the iOS and TV player from being fetched
(Error: Sign in to confirm you’re not a bot). Therefore the visitor
data generation code was removed and replaced with a cache that randomly
chooses from a selection of real visitor data.
2025-02-05 15:56:14 +01:00
50ab1f7a5d
fix: retry updating deobf data after a RustyPipe update 2025-02-05 11:55:05 +01:00