This commit is contained in:
lucy 2025-04-10 07:23:34 +02:00 committed by GitHub
parent 63533c9e3a
commit bc295546cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ class YoutubeLoader:
transcript = " ".join(
map(
lambda transcript_piece: transcript_piece["text"].strip(" "),
lambda transcript_piece: transcript_piece.text.strip(" "),
transcript_pieces,
)
)