mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #2110] Youtube RAG Shortcut URL Update #12759
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @thebetauser on GitHub (May 8, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2110
Is your feature request related to a problem? Please describe.
The current youtube rag checks for www.youtube.com however it doesn't check for shortened youtube urls.
Describe the solution you'd like
There are multiple shortening services for youtube links, the most common one is "youtu.be"
Would it be possible to add a check to this line to include "youtu.be"?
Describe alternatives you've considered
Alternate solution is to manually update the shortened url to the full url
Additional context
None