Auto: strip/youtube-summarization #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "strip/youtube-summarization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated PR for branch
strip/youtube-summarization.Approved
Clean, thorough removal of the YouTube summarization feature. All handler code, prompts, tests, constants, strings, and config references are consistently stripped. Remaining YouTube references in database.py (schema columns, query indices) and admin_dashboard.py (historical data display) are intentional and correct — dropping DB columns would require a migration, and the admin dashboard needs to render historical YouTube entries. The
tenacitydependency removal is safe (confirmed no remaining imports). Revenue calculation correctly updated to allocate 100% to translations. No bugs, security issues, or logic errors introduced.