8cd0ce4ecb
- 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>