|
|
5c8f1d6359
|
refactor: shorten function names in allanime
|
2026-06-25 02:36:19 +02:00 |
|
|
|
d55a9087eb
|
refactor: shorten function names in allanime
|
2026-06-25 02:36:19 +02:00 |
|
|
|
3515476374
|
refactor: shorten verbose variable names across codebase
|
2026-06-25 02:36:19 +02:00 |
|
|
|
648eb568ff
|
refactor: inline single-use helpers in allanime
|
2026-06-25 02:36:19 +02:00 |
|
|
|
57604d5be6
|
refactor: update allanime extractor errlog import
|
2026-06-25 02:35:52 +02:00 |
|
|
|
e38760d62d
|
refactor: update allanime client errlog import
|
2026-06-25 02:35:52 +02:00 |
|
|
|
0acefe636e
|
Handle AllAnime source assertions
|
2026-06-25 02:35:51 +02:00 |
|
|
|
0c685e6c09
|
Handle AllAnime test copy errors
|
2026-06-25 02:35:51 +02:00 |
|
|
|
10fafcc848
|
Handle AllAnime extractor errors
|
2026-06-25 02:35:51 +02:00 |
|
|
|
690bd6a82e
|
Handle AllAnime response close errors
|
2026-06-25 02:35:51 +02:00 |
|
|
|
06b50509e8
|
feat: add http roundtripper mock and deterministic integration tests for allanime
|
2026-06-25 02:35:51 +02:00 |
|
|
|
e836d464cb
|
test: harden allanime crypto tests
|
2026-06-25 02:35:51 +02:00 |
|
|
|
a1c5726eee
|
refactor: use errors.New for static error strings
|
2026-06-25 02:35:50 +02:00 |
|
|
|
ef36578c4b
|
feat: propagate stream source type from provider to client
|
2026-06-14 21:37:38 +02:00 |
|
|
|
7b56f587e5
|
test: add parseOKRUSources unit test
|
2026-06-14 21:17:30 +02:00 |
|
|
|
43d31865ed
|
test: add test for embed source skipping in resolveDirectSource
|
2026-06-14 21:17:27 +02:00 |
|
|
|
08a16f3302
|
feat: detect embeds in source references and route to extraction
|
2026-06-14 21:16:38 +02:00 |
|
|
|
dcebe90620
|
feat: add embed video parsing helpers for allanime
|
2026-06-14 21:16:28 +02:00 |
|
|
|
d28b187ac0
|
chore: update allanime site url and referer constants
|
2026-06-14 21:16:10 +02:00 |
|
|
|
e3d82389e4
|
trim: keep only entrypoint in client.go
|
2026-06-13 22:24:10 +02:00 |
|
|
|
f99b30bf43
|
extract: add stream source resolution
|
2026-06-13 22:24:06 +02:00 |
|
|
|
21a1965fdd
|
extract: add availability parsing
|
2026-06-13 22:24:02 +02:00 |
|
|
|
fdb79633df
|
extract: add search and provider-id resolution
|
2026-06-13 22:23:58 +02:00 |
|
|
|
4876995652
|
extract: add decrypt and deobfuscation helpers
|
2026-06-13 22:23:53 +02:00 |
|
|
|
7968fb57f6
|
refactor: split parseProviderResponse into smaller helpers
|
2026-06-11 14:35:31 +02:00 |
|
|
|
76af597f4d
|
refactor: shorten TestBuildSourceReferences below funlen threshold
|
2026-06-11 13:03:19 +02:00 |
|
|
|
0227c8688b
|
refactor: extract duplicate table-test loop into helper
|
2026-06-11 13:02:06 +02:00 |
|
|
|
55095791c7
|
refactor: reduce cyclomatic complexity of parseM3U8
|
2026-06-11 12:40:41 +02:00 |
|
|
|
983d805240
|
refactor: extract string slice helper in allanime client
|
2026-06-11 12:38:38 +02:00 |
|
|
|
0beec5fd56
|
refactor: reduce cyclomatic complexity of resolveSourceReferences
|
2026-06-11 12:36:35 +02:00 |
|
|
|
650fac1c90
|
refactor: reduce graphqlRequestWithHash complexity
|
2026-06-11 12:35:11 +02:00 |
|
|
|
870f8086e2
|
refactor: extract show resolution helpers from GetStreams
|
2026-06-11 12:33:12 +02:00 |
|
|
|
02bbc6c4d4
|
refactor: use url.Values in allanime graphql request
|
2026-06-11 12:29:23 +02:00 |
|
|
|
c70adbd0ec
|
fix: only report new lint issues with --new-from-rev
|
2026-06-11 12:06:04 +02:00 |
|
|
|
9d58adea9c
|
refactor: try sub and dub modes in allanime resolution, drop fallback
|
2026-06-05 13:20:12 +02:00 |
|
|
|
70be78fd7b
|
refactor: dedupe allanime requests
|
2026-06-01 22:17:02 +02:00 |
|
|
|
7943822194
|
refactor: dedupe allanime sources
|
2026-06-01 22:11:29 +02:00 |
|
|
|
475625de35
|
docs: add package comments to integrations
|
2026-06-01 12:55:20 +02:00 |
|
|
|
7f45e62dce
|
refactor: extract generic graphql client
|
2026-05-31 19:02:35 +02:00 |
|
|
|
6929124ee3
|
fix: episode refresh resilience and allanime fallback
|
2026-05-29 21:12:53 +02:00 |
|
|
|
fd36b97908
|
refactor: replace regex parser with JSON walker in allanime extractor
|
2026-05-28 12:40:51 +02:00 |
|
|
|
91f6ba9db8
|
refactor: update allanime client imports for flattened pkg/net
|
2026-05-28 12:36:04 +02:00 |
|
|
|
f7e5f46234
|
refactor: move utls client from package var to provider field
|
2026-05-28 12:18:52 +02:00 |
|
|
|
943285b356
|
feat: add shared size limit constants
|
2026-05-18 15:08:26 +02:00 |
|
|
|
9859ddea42
|
feat: add shared user agent constants
|
2026-05-18 14:07:33 +02:00 |
|
|
|
b918e12e9f
|
feat: add parseEpisodeNumbers test
|
2026-05-17 21:16:29 +02:00 |
|
|
|
4e3bb1cbd8
|
feat: add allanime episode availability methods
|
2026-05-17 21:16:24 +02:00 |
|
|
|
8006868fe2
|
fix: improve video title matching and segments null error
|
2026-05-13 13:23:54 +02:00 |
|
|
|
14b7668afa
|
chore: formatting
|
2026-05-13 13:01:39 +02:00 |
|
|
|
5f7d82fc0b
|
chore: move test-only helpers to test file
|
2026-05-13 13:00:59 +02:00 |
|