projectdx
  • Joined on 2021-11-15
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 04:54:48 +00:00
759f772ca8 Fix: Resolve gevent-Trio conflict on Mac by using Botasaurus subprocess
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 04:52:31 +00:00
67b7647f41 Fix: NameError 'cls' in get_html staticmethod
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-07 04:50:28 +00:00
15d6d1a9e7 Feat: Add Botasaurus @request fetching layer and automatic dependency installation
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-06 15:51:58 +00:00
afce36640d Fix: Only mark Ohli24 download as completed when file actually exists
5f7521eb6b Anilife: Implement HTTP caching with cache_ttl setting (default 300s)
2f0523b70d Fix: Escaped quotes syntax error in setting_save_after
e75e34dadd Fix: Null check for self.queue in setting_save_after
62dfb2a8b2 Add Anilife proxy settings (proxy_url, get_proxy, get_proxies)
Compare 11 commits »
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 13:47:40 +00:00
f4b99f7d67 Fix: Change 'name' to 'title' in info.yaml for correct plugin list display
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 13:39:20 +00:00
faaaecc236 Fix: Use abspath for robust package_name resolution (Docker/Linux fix)
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 13:25:00 +00:00
d8353da16f Release v0.2.0: Fix package name, improve DB stability, support realtime youtube title update
ff8f35071b Fix: Explicit import of models in setup.py to force table creation
Compare 2 commits »
projectdx pushed to master at ff_plugins/youtube-dl 2026-01-06 13:15:12 +00:00
b27bf655f2 Fix: Pass template as outtmpl, not filename, to GDM to fix title issue
projectdx pushed to master at ff_plugins/youtube-dl 2026-01-06 13:11:01 +00:00
b0887eb422 Fix: Pass URL as title to GDM to avoid showing template string
projectdx pushed to master at ff_plugins/youtube-dl 2026-01-06 12:54:11 +00:00
5067b5ff89 Debug: Log ImportError for GDM
projectdx pushed to master at ff_plugins/youtube-dl 2026-01-06 12:27:21 +00:00
b0f494ed1c Fix: Update GDM package name for import
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 12:00:03 +00:00
7a61f17138 Fix: Check table existence before migration
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 11:18:05 +00:00
77e0c07553 Fix: Syntex error in Jinja2 variable (quote conflict)
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 11:17:23 +00:00
7b71bd05ad Fix: Remove JS backticks and use strings for Jinja2 URLs
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 11:07:28 +00:00
7cb4e0b56e Fix: Missing datetime import in model.py
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 11:03:19 +00:00
9499ef005f Fix: Use safe template variables for JS package_name/module_name
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 10:57:55 +00:00
e6c1b07b99 Fix: Explicitly pass package_name in setup.py setting
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 10:56:59 +00:00
b68ca382d0 Fix: Missing datetime import in plugin_load
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 10:51:17 +00:00
3cdcefd89d Fix: Rename templates to match package_name (gommi_downloader_manager)
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-06 10:47:24 +00:00
d384715398 Update: Change plugin name to GDM