dev→main: cursor-paged Patreon backfill + mobile modal fixes #70
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two changes on dev since v26.06.04.0. Dev CI green at head
add1c1a(run #554).feat(download): cursor-paged Patreon backfill (
593f65c, plan #689)Large Patreon catalogs (Anduo: thousands of files) couldn't backfill — each run re-walked newest→oldest from the top and timed out during the HEAD walk with 0 files written, no progress (event #40411). Now each run checkpoints gallery-dl's pagination cursor (survives a timed-out run via the partial-output path) and resumes from it, staying in backfill mode across ticks until the walk reaches bottom; a 2-strike stuck-guard prevents an infinite re-strand. patreon-only; cursor stored in
config_overrides(no migration); time-budget ladder unchanged.fix(modal): mobile UX (
add1c1a)🤖 Generated with Claude Code