677baf662e
Enhance zendriver safety and lengthen handler timeouts for Synology
2026-01-19 21:53:49 +09:00
4e0401c95f
Reinforce profile cleanup with rm -rf for Linux/Docker/Root
2026-01-19 21:50:18 +09:00
fcee5a5919
Force clean profile dir to fix SingletonLock error in Synology Docker
2026-01-19 21:46:53 +09:00
cf4f7ab7b4
Reinforce zendriver startup for Synology Docker (extended timeouts and logging)
2026-01-19 21:42:03 +09:00
7abaaa8d38
Bump version to 0.7.10
2026-01-19 21:34:43 +09:00
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
f01f41499c
Bump version to 0.7.7: Fix Linkkf headers and Anilife speed optimization
2026-01-19 14:58:27 +09:00
ecc16520be
Add horizontal scroll hint (fade) to mobile menus (v0.7.6)
2026-01-12 21:32:24 +09:00
59b7715a93
Final mobile layout stabilization (v0.7.5): Fix horizontal shift and background rendering
2026-01-12 21:07:57 +09:00
50982f19b0
Fix mobile layout shift and menu overflow (comprehensive CSS normalization)
2026-01-12 21:04:11 +09:00
41c7fa456e
Bump version to v0.7.3: Anilife Mobile UI Overhaul & Linkkf Fixes
2026-01-12 20:58:02 +09:00
69a0fe0078
Fix Linkkf path pollution and status reflection: apply os.path.normpath and improve GDM callback logging
2026-01-11 18:47:32 +09:00
535a0ca3f9
Fix Linkkf GDM progress display: implement Smart Sync to prevent flickering
2026-01-11 18:28:33 +09:00
9b3f4f72bd
v0.7.2: Linkkf subtitle download, list-request integration, and hot reload stability improvements
2026-01-11 16:56:35 +09:00
8e3594386d
Hotfix: v0.7.1 - Fix 'undefined' fields in queue and improve real-time socket updates
2026-01-11 14:18:08 +09:00
02d26a104d
Bump version to v0.7.0: Enhanced GDM integration, status sync, and notification system
2026-01-11 14:00:27 +09:00
1175acd16e
v0.6.25: Add self-update feature with hot reload
2026-01-09 22:18:48 +09:00
783b44b6b6
docs: Update README with v0.6.24 changelog
2026-01-08 21:11:15 +09:00
6c31b96be6
feat: Add tag chips UI to all 3 setting pages (ohli24, anilife, linkkf) - Modern UI replacing textarea with draggable chips - Tab renamed from 홈화면 자동 to 자동등록
2026-01-08 16:38:24 +09:00
0a811fdfc1
fix: Handle Zendriver HTML-wrapped JSON responses in get_anime_info
...
- Extract JSON from <pre> tag when Zendriver returns HTML-wrapped response
- Add guard to prevent TypeError when items_xpath is None after JSON parsing fails
- Improves error logging for debugging failed API responses
2026-01-08 01:34:28 +09:00
0696a40901
v0.6.24: Fix Linkkf search page items_xpath NoneType error
...
- Add missing items_xpath=None in else block for JSON API responses
- Prevents lxml TypeError when parsing JSON as HTML
2026-01-08 01:31:51 +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
d1866111c7
v0.6.22: Robust Linkkf extraction with zendriver fallback
2026-01-07 23:48:00 +09:00
76be367a9e
v0.6.21: Fix Linkkf GDM delegation and extraction logic
2026-01-07 23:31:26 +09:00
c4cba97a7f
v0.6.20: GDM integration fixes and app context error resolution
2026-01-07 22:35:46 +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
49aea1bb54
v0.6.13: Fix initialization order for curl_cffi auto-install
2026-01-07 15:46:53 +09:00
e026247cbf
v0.6.11: Add curl_cffi auto-install and fix URL check
2026-01-07 15:27:04 +09:00
c532ffaef8
v0.6.10: Fix Ohli24 GDM integration and update README
2026-01-07 15:09:04 +09:00
759f772ca8
Fix: Resolve gevent-Trio conflict on Mac by using Botasaurus subprocess
2026-01-07 13:54:41 +09:00
67b7647f41
Fix: NameError 'cls' in get_html staticmethod
2026-01-07 13:52:22 +09:00
15d6d1a9e7
Feat: Add Botasaurus @request fetching layer and automatic dependency installation
2026-01-07 13:50:21 +09:00
afce36640d
Fix: Only mark Ohli24 download as completed when file actually exists
2026-01-07 00:51:43 +09:00
5f7521eb6b
Anilife: Implement HTTP caching with cache_ttl setting (default 300s)
2026-01-07 00:39:21 +09:00
2f0523b70d
Fix: Escaped quotes syntax error in setting_save_after
2026-01-07 00:34:36 +09:00
e75e34dadd
Fix: Null check for self.queue in setting_save_after
2026-01-07 00:32:15 +09:00
62dfb2a8b2
Add Anilife proxy settings (proxy_url, get_proxy, get_proxies)
2026-01-07 00:30:14 +09:00
def2b5b3c5
Linkkf GDM integration: ModuleQueue delegation (already has CachedSession)
2026-01-07 00:01:03 +09:00
72e0882308
Release v0.6.0: Anilife GDM integration, filename fixes, changelog update
2026-01-06 23:57:11 +09:00
0a2bb86504
Anilife GDM integration: CachedSession, ModuleQueue, Go GDM button
2026-01-06 23:55:38 +09:00
f2aa78fa48
Fix: Improve filename sanitization to prevent Windows 8.3 short names on Synology
2026-01-06 23:36:11 +09:00
92276396ce
Update: UI improvements and GDM integration fixes
2026-01-06 23:20:03 +09:00
a6affc5b2b
Fix: Update GDM package name for import
2026-01-06 21:27:51 +09:00