2e823c9d16fd0086e1c0003ad20eaff4edcb3594
Bug: /crawl/status and /crawl/download handlers were placed after return statement in do_GET, making them dead code. Static file check would 404 + fall through to index.html (HTML 200), masking the real issue. Fix: move /crawl/* API handlers to top of do_GET, before static file check. Now /crawl/status returns JSON, /crawl/download returns file with proper Content-Disposition. Also: cleanup duplicate def do_GET introduced by earlier patch. Reported by: Hermes (@Ir_workbot)
Description
URL-to-PDF + Doc Site Crawler (v2 two-phase)
Languages
JavaScript
56.1%
Python
33.2%
HTML
10.7%