Skip to content

Commit

Permalink
tutorial28
Browse files Browse the repository at this point in the history
  • Loading branch information
ronidas39 committed Jan 4, 2024
1 parent 96b1a55 commit 4005fe3
Show file tree
Hide file tree
Showing 7 changed files with 1,387 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
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://youtu.be/4R2oe0GpCrA")
loader=youtube.YoutubeLoader.from_youtube_url("https://www.youtube.com/watch?v=fMjHmcZP8mQ")
docs=loader.load()
print(docs)
with io.open("transcript.txt","w",encoding="utf-8")as f1:
Expand Down
2 changes: 1 addition & 1 deletion tutorial2/transcript.txt

Large diffs are not rendered by default.

Binary file modified tutorial23/.DS_Store
Binary file not shown.
Loading

0 comments on commit 4005fe3

Please sign in to comment.