fix: youtube loader issue

This commit is contained in:
Timothy J. Baek 2024-11-03 03:18:17 -08:00
parent d3ac439000
commit f1065115aa

View File

@ -985,7 +985,7 @@ def process_youtube_video(form_data: ProcessUrlForm, user=Depends(get_verified_u
loader = YoutubeLoader.from_youtube_url(
form_data.url,
add_video_info=True,
add_video_info=False,
language=app.state.config.YOUTUBE_LOADER_LANGUAGE,
translation=app.state.YOUTUBE_LOADER_TRANSLATION,
)