projectdx
  • Joined on 2021-11-15
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-09 13:18:49 +00:00
c38a7ae39b v0.2.27: Add self-update feature with hot reload
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-08 12:11:20 +00:00
783b44b6b6 docs: Update README with v0.6.24 changelog
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 12:11:13 +00:00
7beb536ca0 docs: Update README with v0.2.25 changelog
c0a0f1ff2d docs: Update README with v0.2.24 changelog
d98c13a4e9 fix: Change source type from ani24 to ohli24 - Update detection logic in mod_queue.py - Update source badge color mapping - Update downloader selection
Compare 3 commits »
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 11:09:16 +00:00
cae3c9b269 perf: Optimize list rendering with partial DOM updates - Preserve existing card DOM elements (no image flicker) - Update only changed fields (progress, status, speed) - Add/remove cards only when necessary - Reorder cards to match server order
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 11:04:35 +00:00
4baf23d8ad feat: Add card background color distinction by status - Completed: green gradient - Error: red gradient - Cancelled: gray with reduced opacity - Downloading: blue tint - Extracting: purple tint
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 11:00:52 +00:00
2fa4f474c3 fix: Improve progress display for aria2c downloads - Add --progress-template with GDM_PROGRESS format - Add aria2c --summary-interval for status updates - Parse GDM_PROGRESS pattern for progress callback
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 10:56:44 +00:00
1b59ca4279 fix: Add public API for Chrome extension (no login required) - New endpoints: /public/youtube/formats, /public/youtube/add - Update extension to use public API - Add contextMenus/notifications permissions
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 10:33:35 +00:00
c7a3d6fd03 feat: Add YouTube Chrome extension and GDM API - Chrome extension with popup UI, quality selection, server config - YouTube API endpoints: youtube_add, youtube_formats - Background worker with context menu integration - Content script with inline download button
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