projectdx
  • Joined on 2021-11-15
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-08 09:57:49 +00: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 자동등록
0a811fdfc1 fix: Handle Zendriver HTML-wrapped JSON responses in get_anime_info
0696a40901 v0.6.24: Fix Linkkf search page items_xpath NoneType error
Compare 3 commits »
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-07 16:32:03 +00:00
5afb082692 v0.2.17: Add yt-dlp HTTP headers support (--add-header)
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 16:30:28 +00:00
24217712a6 v0.6.23: Fix Linkkf download - CDP Headers wrapper, yt-dlp --add-header support
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 14:48:06 +00:00
d1866111c7 v0.6.22: Robust Linkkf extraction with zendriver fallback
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-07 14:35:03 +00:00
ace56dfd73 v0.2.15: Fix queue item deletion bug
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 14:31:31 +00:00
76be367a9e v0.6.21: Fix Linkkf GDM delegation and extraction logic
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-07 13:36:05 +00:00
d6819447d7 v0.2.14: FFmpeg HLS resilience and aria2c multi-threading fixes
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 13:35:52 +00:00
c4cba97a7f v0.6.20: GDM integration fixes and app context error resolution
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 11:11:32 +00: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'
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 08:40:45 +00: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
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 08:35:12 +00: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
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 08:28:27 +00: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
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 08:14:31 +00:00
9e0ef5f120 v0.6.15: Non-blocking navigation for Zendriver Daemon (Docker 17s fix)
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 08:07:50 +00:00
8759d1e1c8 v0.6.14: Ubuntu Docker performance optimization for Ohli24
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-07 06:47:09 +00:00
340ed8833e v0.2.12: Stabilization fix for ffmpeg_hls logging
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 06:46:58 +00:00
49aea1bb54 v0.6.13: Fix initialization order for curl_cffi auto-install
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-07 06:27:14 +00:00
2caed63d85 v0.2.10: Fix logging TypeError in ffmpeg_hls
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 06:27:09 +00:00
e026247cbf v0.6.11: Add curl_cffi auto-install and fix URL check
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-07 06:09:18 +00:00
d0dfef1445 v0.2.8: Fix callback AttributeError and enhance metadata display
68d12372ad Fix: Preserve expanded state during refresh, format created_time
890ed46e1c Fix: Force body background to Superhero theme (fixes white background on other themes)
bbdafb4ce0 Add click-to-expand detail panel on queue cards (start/end time, file size, path, URL)
77b37e8675 Force Superhero theme regardless of global FlaskFarm theme
Compare 5 commits »
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 06:09:10 +00:00
c532ffaef8 v0.6.10: Fix Ohli24 GDM integration and update README