Commit Graph

22 Commits

Author SHA1 Message Date
74655b31df Correct zendriver sandbox parameter for root/docker 2026-01-19 21:34:25 +09:00
b22e544f0b Add auto-reset for browser crash (0-byte response) in Synology Docker 2026-01-19 21:22:37 +09:00
4200f48ec0 Fix zendriver daemon robustness and switch to FF_3.10 environment 2026-01-19 21:14:47 +09:00
24217712a6 v0.6.23: Fix Linkkf download - CDP Headers wrapper, yt-dlp --add-header support
- Fix zendriver_daemon CDP Headers bug (wrap dict with zd.cdp.network.Headers())
- Fix HTML entity decoding in iframe URLs (use html.unescape())
- Simplify GDM source_type to always use 'linkkf'
2026-01-08 01:29:36 +09:00
7cfdfde446 v0.6.19: Lower min_acceptable_length to 10000 bytes - Some sites like anilife.live have smaller pages (~40k) - Prevents valid content from being rejected as 'short' 2026-01-07 20:10:42 +09:00
a730e41c41 v0.6.18: Fix StopIteration error on repeated requests - Reset tab to about:blank instead of closing - Zendriver requires at least 1 tab to remain open - Prevents coroutine raised StopIteration error 2026-01-07 17:40:29 +09:00
80de2b0689 v0.6.17: Fix Zendriver content polling and tab cleanup - Add content length polling with stabilization detection - Early exit when list/player markers found AND length > 50k - Close tabs after use to prevent accumulation - Minimum acceptable length set to 50k for ohli24 pages 2026-01-07 17:34:46 +09:00
786e070a50 v0.6.16: Fix Zendriver API compatibility for Docker - Use browser.get() instead of page.goto() - Remove CDP set_blocked_urls (not available in all versions) - Simplified navigation with asyncio.wait_for timeout 2026-01-07 17:28:04 +09:00
9e0ef5f120 v0.6.15: Non-blocking navigation for Zendriver Daemon (Docker 17s fix) 2026-01-07 17:14:25 +09:00
8759d1e1c8 v0.6.14: Ubuntu Docker performance optimization for Ohli24 2026-01-07 17:07:46 +09:00
c532ffaef8 v0.6.10: Fix Ohli24 GDM integration and update README 2026-01-07 15:09:04 +09:00
254a387cbd Update: Ohli24 Queue fixes & Zendriver Daemon stability improvement 2026-01-06 19:25:59 +09:00
fddea3e6b4 fix: Add --no-sandbox and --disable-setuid-sandbox to zendriver for Docker root compatibility 2026-01-04 16:19:45 +09:00
97310ac900 docs: Finalize Phase 10 documentation for Zendriver Docker support 2026-01-03 22:30:05 +09:00
62c2b65f8a fix: v0.5.11 - Corrected sandbox parameter name to sandbox=False for Zendriver v0.15.2 2026-01-03 21:52:53 +09:00
9832cc5bc2 fix: v0.5.10 - Double-locked sandbox fix with explicit --no-sandbox flag for Docker root support 2026-01-03 21:41:43 +09:00
1212e4cf39 fix: Enhanced Zendriver Docker compatibility with additional browser flags 2026-01-03 21:23:27 +09:00
f6097382a4 fix: Resolve SyntaxError caused by accidental backslashes in Python files 2026-01-03 20:55:39 +09:00
cce87118c4 v0.5.3: Add manual browser path setting for Zendriver in Docker 2026-01-03 20:45:58 +09:00
c1ed966596 fix: Zendriver browser binary detection in Docker 2026-01-03 20:24:56 +09:00
fcd7d6a30b v0.5.0: Enhanced Ohli24 Player UI, added Year Filtering, and optimized Anilife/Ohli24 extraction speed 2026-01-03 18:51:11 +09:00
8ce34951d5 v0.5.0: Zendriver Daemon optimization, Python 3.14 support, and UI/UX improvements 2026-01-03 15:33:13 +09:00