bvandeusen
8cd0ce4ecb
fix: restore AsyncSession import and fix dead regex patterns in NOT_FOUND_PATTERNS
...
- Added missing 'from sqlalchemy.ext.asyncio import AsyncSession' import in downloads.py
This fixes the NameError at module load time that was breaking all download tasks
- Replaced regex patterns with plain-string equivalents in NOT_FOUND_PATTERNS:
* 'account.*deleted' → 'account deleted' (. and * are literal in substring search)
* 'profile.*not.*exist' → 'profile does not exist' (same issue)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-18 23:43:01 -04:00
bvandeusen
48d10ec21e
fix: count only absolute path lines in _count_downloaded_files
2026-03-18 23:39:45 -04:00
bvandeusen
dc146f4a16
refactor: extract error patterns to constants, add debug logging, fix rc1 no_new_content
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-18 23:37:04 -04:00
bvandeusen
cdee69947d
fix: replace get_event_loop with get_running_loop and utcnow consistently
2026-03-18 23:28:00 -04:00
bvandeusen
2190a9c16b
correcting pixiv connection functionality
2026-02-04 12:45:31 -05:00
Bryan Van Deusen
cc19bbd372
added functionality for pixiv and deviantart
2026-02-02 20:17:13 -05:00
Bryan Van Deusen
3ee7de7ecd
tuning error recognition
2026-01-30 22:04:07 -05:00
Bryan Van Deusen
097ab16c50
more UI polish and schedule safe guards and optimization
2026-01-30 00:01:45 -05:00
Bryan Van Deusen
575e20f58c
ongoing polish in queue handling
2026-01-28 09:32:47 -05:00
Bryan Van Deusen
204e8efcdc
signing for extension deployment, tuning for download crawl depth, and dependency version visibility in settings view
2026-01-26 22:37:15 -05:00
Bryan Van Deusen
afba2c0f85
corrected false positive in abnormal patreon sources.
2026-01-25 19:03:56 -05:00
Bryan Van Deusen
058901cd05
added discord functionality to extension and polished some of downloader process.
2026-01-24 23:15:03 -05:00
Bryan Van Deusen
b9b8048a2d
rapid interations of server side app and firefox extension
2026-01-24 22:52:51 -05:00