Skip to content

Commit

Permalink
tutorial31
Browse files Browse the repository at this point in the history
  • Loading branch information
ronidas39 committed Jan 14, 2024
1 parent e714a89 commit f23a393
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorial2/single_url.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from langchain.document_loaders import youtube
import io

loader=youtube.YoutubeLoader.from_youtube_url("https://www.youtube.com/watch?v=bs0h6bnFWvo&list=RDNSbs0h6bnFWvo&start_radio=1")
loader=youtube.YoutubeLoader.from_youtube_url("https://www.youtube.com/watch?v=kjmsd-1coZo")
docs=loader.load()
print(docs)
with io.open("transcript.txt","w",encoding="utf-8")as f1:
Expand Down
Loading

0 comments on commit f23a393

Please sign in to comment.