Commit Graph

28 Commits

Author SHA1 Message Date
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
def2b5b3c5 Linkkf GDM integration: ModuleQueue delegation (already has CachedSession) 2026-01-07 00:01:03 +09:00
883b8d172b Refactor: Ohli24 UI refinement and mobile responsiveness fixes 2026-01-05 02:45:40 +09:00
150a3a9fb0 feat: Add reusable video modal component with Alist-style UI 2026-01-04 15:51:36 +09:00
44f8ee54d0 v0.4.13: Fix Ohli24 CSS side effects and improve metadata sync 2026-01-02 21:40:22 +09:00
805464cb25 feat: Apply early skip check to all sites with glob pattern matching 2026-01-02 17:06:41 +09:00
c662d2dadc v0.5.1: Mobile UX improvements - Custom notify styling, nav margin fixes, search button optimization 2026-01-02 15:37:55 +09:00
4e9203ed00 v0.4.0: Discord notification timing, DB mapping, episode badges, Linkkf fixes, subtitle merge 2026-01-02 01:09:38 +09:00
0c0ab8cd77 feat: Add subtitle download and VTT to SRT conversion, refactor Linkkf queue to class-level, improve video URL extraction, and introduce downloader factory. 2026-01-02 00:02:35 +09:00
88aeb888b3 refactor: Implement common base module and model for anime downloader plugins and refactor existing modules to use them. 2026-01-01 22:58:25 +09:00
2577d482a9 feat: Implement directory browsing for ohli24 and linkkf, enhance path security with NFC/NFD normalization, and refine playlist generation logic in ohli24. 2026-01-01 16:57:48 +09:00
b1753a5e7e feat: update UI with new styling for queue, search, and request pages, and adjust module logic. 2026-01-01 02:19:22 +09:00
9e25f1f02e feat: Refactor download queue UI with real-time updates, add queue management buttons, and streamline socket event handling. 2026-01-01 00:32:59 +09:00
e4ae762047 feat: Revamp anime search UI with modern design, glass cards, and introduce new search result template.` 2025-12-29 23:08:08 +09:00
e6e8c45f5a 또 많은 수정을 했슴. 2025-12-27 23:27:46 +09:00
92e23896bf 많은 수정중 2025-12-27 16:45:13 +09:00
d756fa6b72 수정사항 2025-12-26 22:21:53 +09:00
8f8ffb4937 linkkf 수정3 2025-12-25 19:50:27 +09:00
00deec43cd 2023.10.05 (02. 애니라이프 bug fixed) 2023-10-05 21:21:09 +09:00
e7bb53c33b 2022.11.12 (01. bug fixed) 2022-11-12 23:47:21 +09:00
b0fa6c4bda 2022.11.05 (01. 링크 애니 요청 페이지 일부 수정 및 일부 구현 저장용) 2022-11-06 15:54:46 +09:00
e976773824 2022.10.30 (03. 링크 애니 요청 페이지 일부 수정) 2022-10-30 05:01:53 +09:00
4a49851e74 2022.10.29 (02. Various errors are being processed.) 2022-10-29 18:28:24 +09:00
ce86032aa9 2 commit 2022-10-29 17:21:14 +09:00