Commit graph

451 commits

Author SHA1 Message Date
stratumadev
51b4c173ab chore(crunchy): update basic auth token and user-agent
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-12-21 20:20:55 +01:00
stratumadev
e8bec44982 perf(merger): remove unused functions and imports
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-11-30 03:16:06 +01:00
stratumadev
1ff93f2fbd refactor(merger): move from ffprobe to mediainfo
Removes the necessity of ffprobe completely.
Also removed the mention of ffprobe requirement from the readme.
2025-11-30 03:10:28 +01:00
stratumadev
e4afedfc9c chore(args): remove unwanted console.log 2025-11-30 01:52:40 +01:00
stratumadev
aa1180df48 fix(args): transformer also applies to default values 2025-11-30 01:51:00 +01:00
stratumadev
429bb2d690 fix(args): resolve issue with short flag parsing in overrideArguments function
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-28 22:22:00 +01:00
stratumadev
1bf0af08e6 fix(args): correct parsing so string options don't treat the next option as a value 2025-11-28 13:30:55 +01:00
stratumadev
5f192a31c0 feat(crunchy): add subtitleTimestampFix function (#1121)
Fix Crunchyroll subtitles with invalid durations.
If start > video length  the line is deleted.
If only end > video length  end is trimmed to video duration.
2025-11-28 00:40:11 +01:00
stratumadev
a70521ced7 increased default part download retries 2025-11-27 21:43:12 +01:00
stratumadev
3d5142540b moved back to commander and fixed React error 2025-11-27 11:42:55 +01:00
AnimeDL
5cacc090ef Temporarily revert to yargs 2025-11-26 18:56:53 -08:00
stratumadev
d3479daf8d Fixed camel case problem 2025-11-26 21:24:13 +01:00
stratumadev
07cceb7928 moved to better obfuscated crunchyroll UA
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-26 17:52:48 +01:00
stratumadev
160c8a1cb4 reverted crunchyroll to legacy api 2025-11-26 17:08:47 +01:00
stratumadev
ea53e9071f removed unused imports
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-26 04:30:29 +01:00
stratumadev
9cc0ddc193 removed unnecessary packages for better integrity 2025-11-26 04:17:21 +01:00
stratumadev
96cec167e1 temporarily disabled crunchyroll turnstile handling
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-26 03:12:10 +01:00
stratumadev
36811d9a7c added .wvd cdm and .prd v2/v3 cdm support
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-11-24 12:26:36 +01:00
stratumadev
13333e2bd1 rolled back eslint version, moved to new widevine module 2025-11-22 23:19:09 +01:00
stratumadev
26ef04a436 added automatic .prd file unpacking into bgroupcert and zgpriv 2025-11-20 21:41:31 +01:00
stratumadev
d0cc551b8d added new playready client
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-20 04:42:41 +01:00
stratumadev
0276d9ca8b removed unused commander action handler 2025-11-19 15:12:44 +01:00
stratumadev
a529740552 updated args logic and workflows
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-19 00:19:00 +01:00
stratumadev
207ae3d820 updated gui packages and node version 2025-11-18 13:43:08 +01:00
stratumadev
3c6a89f0df lint
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-arm64 (push) Has been cancelled
Style and build test / build-test-x64 (push) Has been cancelled
2025-11-08 23:30:43 +01:00
stratumadev
bed0b6a918 fixed playready wrm header extraction from pssh 2025-11-08 23:28:09 +01:00
stratumadev
61d062a846 updated crunchyroll UA and basic token 2025-11-02 18:12:04 +01:00
stratumadev
dbb921077c updated crunchyroll header
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-arm64 (push) Has been cancelled
Style and build test / build-test-x64 (push) Has been cancelled
2025-10-26 02:00:53 +01:00
stratumadev
b8be0f6d68 updated packages 2025-10-19 17:58:25 +02:00
stratumadev
a5e63f6a44 updated docs 2025-10-19 17:53:35 +02:00
stratumadev
05697caae8 removed socks from validator and docs 2025-10-11 20:58:07 +02:00
stratumadev
e59ffd7f24 updated cleanupFilename 2025-10-11 00:18:55 +02:00
stratumadev
a3593986af added dynamic bin-path.yml and gui fixes 2025-10-10 23:43:28 +02:00
stratumadev
90931e44f4 added skipMuxOnSubFail flag 2025-10-10 22:48:27 +02:00
stratumadev
debc2876d6 added proxy support 2025-10-10 15:57:57 +02:00
stratumadev
2c8ac2adec updated release workflow and build.ts 2025-10-10 01:27:43 +02:00
stratumadev
e30a9b9c9e added crunchyroll music video support 2025-10-10 00:41:07 +02:00
stratumadev
1e27f59669 update widevine cdm detection and key container 2025-10-09 23:00:46 +02:00
stratumadev
5a85d9d195 updated build workflow and added checksum generator 2025-10-09 15:18:48 +02:00
stratumadev
eaa2a9d01b fixed formatTime comma seconds 2025-10-02 18:43:30 +02:00
stratumadev
36c15d0f8d added new ASS fonts and new CCC fix fonts
Some checks failed
auto-documentation / documentation (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test (push) Has been cancelled
2025-10-01 22:08:06 +02:00
stratumadev
7ad5be74e6 updated crunchyroll basic token and UA 2025-10-01 21:55:19 +02:00
stratumadev
7cb3e4ffbd added noASSConv var 2025-10-01 02:32:01 +02:00
stratumadev
33148eaf6d added new styles to CCC fix and added new var to disable all subfixes 2025-10-01 00:04:36 +02:00
stratumadev
3fb4392b39 removed AnimeOnegai 2025-09-30 23:39:47 +02:00
stratumadev
8546ba4a5d added error log to unlink 2025-09-30 16:03:08 +02:00
stratumadev
11cea4fcfa disabled resume download after 24 hours
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Waiting to run
Style and build test / prettier (push) Waiting to run
Style and build test / test (push) Blocked by required conditions
2025-09-30 16:01:33 +02:00
stratumadev
130d964b64 prettier fix + updated to node 22 + added new workflow + crunchyroll updates + --version fix 2025-09-30 14:43:25 +02:00
AnimeDL
460b4c1d0e Convert main files to tabs
Still need to do .tsx files and type declaration files
2025-09-26 10:41:01 -07:00
stratumadev
c45b4088ea crunchyroll fix 2025-09-17 22:18:58 +02:00