langchain
langchain copied to clipboard
Youtubeloader for specific languages
I'm now currentary working on chatbot with the context using Youtube loaders. Is there a way to load non-English video? For now, languages=['en'] is hard-coded in youtube.py like, transcript_pieces = YouTubeTranscriptApi.get_transcript(self.video_id, languages=['en'])
Can I create a PR to change this part to allow language specification? Thank you.