File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747 change from here on, and the two copies can no longer drift apart
4848
4949### Fixed
50+ - ** Datanodes extraction hung on every link and failed silently.** The host now serves step 2
51+ as a chain — * Free Download / Standard Speed* reveals * Start Download / Your file is ready* ,
52+ and only the second starts the transfer — while the trigger handler latched after one click.
53+ The page was never unreadable: ` DN_STEP2_JS ` matched the new button on every poll and the
54+ latch discarded it, so each link burned the full 420s budget and returned nothing. The
55+ handler now tracks which labels it has clicked instead of whether it has clicked, so each
56+ new trigger in the chain gets exactly one press, capped by ` DN_STEP2_MAX_CLICKS ` (#111 )
5057- ** An unsupported host was retried like a network failure.** A link from any host the
5158 program does not handle matched neither dispatcher branch, so nothing ran, nothing was
5259 logged, and the URL went back on the queue to be tried again with backoff — burning two
You can’t perform that action at this time.
0 commit comments