Auto: fix/youtube-cleanup-remnants #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/youtube-cleanup-remnants"
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
fix/youtube-cleanup-remnants.Changes Requested
Clean removal of YouTube summarization remnants from docs, database schema, and utility code. One issue found:
httpxwas removed from the README's dependency list but is still actively used throughout the codebase (webhook.py, feedback handler, tests) and remains in requirements.txt.Warnings
Suggestions
Approved
Clean removal of YouTube summarization feature remnants. All references to
parent_request_id,retry_async/retry_sync,SUPADATA_API_KEY, and YouTube-related docs/code have been properly cleaned up with no remaining dependencies. The only YouTube mention left is a benign comment in admin_dashboard.py:423 noting the feature was removed, which is fine as historical context.Suggestions