Commit graph

738 commits

Author SHA1 Message Date
ThetaDev
c4a0d0feb5 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
ThetaDev
d61e9ae3fe feat: rewrite request attempt system, retry with different visitor data 2025-02-06 03:12:54 +01:00
ThetaDev
442523670a feat: check rustypipe-botguard-api version 2025-02-06 01:41:48 +01:00
ThetaDev
799e1c8450 feat: add session po token cache 2025-02-06 00:48:37 +01:00
ThetaDev
f152a853b8 fix: allow player data to be fetched without botguard 2025-02-05 15:56:15 +01:00
ThetaDev
3849982dab revert user agent 2025-02-05 15:56:15 +01:00
ThetaDev
e9a8f5b8d2 ci: fix rustypipe-botguard download 2025-02-05 15:56:15 +01:00
ThetaDev
c0accc3e12 feat: remove manual PO token options from downloader/cli, add new rustypipe-botguard options 2025-02-05 15:56:14 +01:00
ThetaDev
c74a6f62f7 feat: add support for rustypipe-botguard to get PO tokens 2025-02-05 15:56:14 +01:00
ThetaDev
e5a8a0e732 fix: download audio with dolby codec 2025-02-05 15:56:14 +01:00
ThetaDev
52744ee3bf 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
ThetaDev
5b4e12e794 fix: retry updating deobf data after a RustyPipe update 2025-02-05 11:55:05 +01:00
ThetaDev
e04d1240d8 test: fix tests 2025-02-05 10:21:16 +01:00
ThetaDev
709f4e7de1 fix: extracting nsig fn when outside variable starts with $ 2025-02-05 10:15:52 +01:00
ThetaDev
dfd07c0ded ci: use renovate v39 2025-02-03 03:29:52 +01:00
ThetaDev
ff00159955 ci: renovate: preserveSemverRanges 2025-02-02 16:53:31 +01:00
ThetaBot
ce9a32c72b chore(deps): update rust crate rquickjs to 0.9.0 (#33) 2025-01-30 00:02:16 +00:00
ThetaDev
26ecf93684 fix: ensure downloader futures are send 2025-01-29 02:07:18 +01:00
ThetaDev
ed23a8392e fix: include whole request body in report 2025-01-25 03:19:50 +01:00
ThetaDev
5bf3576c7e fix: a/b test 20: music continuation item renderer 2025-01-25 03:18:19 +01:00
ThetaDev
8d4d180f35 fix: update iOS client 2025-01-25 01:24:36 +01:00
ThetaDev
96d1829490 fix: a/v streams incorrectly recognized as video-only 2025-01-22 01:59:01 +01:00
ThetaDev
961c8b0c31 fix: parsing mixed-case language codes like zh-CN 2025-01-18 06:59:43 +01:00
ThetaDev
b78adfcbc1 fix: parsing history dates 2025-01-18 05:51:41 +01:00
ThetaDev
ff91fc0f72 chore(release): release rustypipe-cli v0.6.0 2025-01-16 13:49:09 +01:00
ThetaDev
3478568f4a chore(release): release rustypipe-downloader v0.2.7 2025-01-16 13:47:47 +01:00
ThetaDev
806368a4f3 chore(release): release rustypipe v0.9.0 2025-01-16 13:42:43 +01:00
ThetaDev
d5a51a964e docs: fix README 2025-01-16 13:39:35 +01:00
ThetaDev
a9ec7055d1 fix: player_from_clients method not send/sync 2025-01-16 04:23:02 +01:00
ThetaDev
5cc342a88d docs: update README 2025-01-16 03:45:12 +01:00
ThetaDev
13c1a79a41 feat: set cache file permissions to 600 2025-01-16 02:15:20 +01:00
ThetaDev
cdd39dfe7a test: fix tests 2025-01-16 01:01:00 +01:00
ThetaDev
414f0b97c9 feat: add DRM and audio channel number filtering to StreamFilter 2025-01-16 00:47:49 +01:00
ThetaDev
fe7574c75b chore: update pre-commit hooks 2025-01-15 18:12:33 +01:00
ThetaDev
40416cf2ad fix: remove Unix file metadata usage (Windows compatibility) 2025-01-13 04:13:32 +01:00
ThetaBot
98e9037e7a chore(deps): update rust crate dirs to v6 (#24) 2025-01-13 03:00:02 +00:00
ThetaDev
a921befed4 ci: skip authenticated tests 2025-01-13 03:51:24 +01:00
ThetaDev
cdb56de3bd fix: switch to rquickjs crate for deobfuscator 2025-01-13 03:30:07 +01:00
ThetaDev
74fe628f63 fix: A/B test 19: Music artist album groups reordered 2025-01-13 03:22:38 +01:00
ThetaDev
e8a045aec1 remove vscode rust-analyzer default features 2025-01-13 03:22:38 +01:00
ThetaDev
4710387f1b feat: prefer maxresdefault.jpg thumbnail if available 2025-01-13 03:22:38 +01:00
ThetaDev
e11fcb8268 feat: add Dolby audio codecs (ac-3, ec-3) 2025-01-13 03:22:37 +01:00
ThetaDev
26d9f674d9 feat: extract player DRM data 2025-01-13 03:22:37 +01:00
ThetaDev
8751ee6a5b fix: only use auth-enabled clients for fetching player with auth option enabled 2025-01-13 03:22:37 +01:00
Renovate Bot
28128a2dc8 chore(deps): update rust crate lofty to 0.22.0 2025-01-07 00:03:33 +00:00
ThetaDev
638a22d012 feat: export subscriptions as OPML / NewPipe JSON 2025-01-05 05:51:01 +01:00
ThetaDev
50f5c4b84a feat: add CLI commands to fetch user library and YTM releases/charts 2025-01-05 05:51:01 +01:00
ThetaDev
87511c94ca feat: add method to get saved_playlists 2025-01-05 05:51:00 +01:00
ThetaDev
82be4a77bf fix: accept user-specific playlist ids (LL, WL) 2025-01-05 05:51:00 +01:00
ThetaDev
9fa18acb04 feat: add cookies.txt parser, add cookie auth + history cmds to CLI 2025-01-05 05:51:00 +01:00