mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Update youtube.py
This commit is contained in:
parent
791dd24ace
commit
67a612fe24
@ -118,7 +118,7 @@ class YoutubeLoader:
|
||||
log.debug(f"No transcript found for language '{lang}'")
|
||||
continue
|
||||
except Exception as e:
|
||||
log.warning(f"Error finding transcript for language '{lang}'")
|
||||
log.info(f"Error finding transcript for language '{lang}'")
|
||||
raise e
|
||||
|
||||
# If all specified languages fail, fall back to English (unless English was already tried)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user