Scraping YouTube with OpenAI API (Python, ChatGPT, YouTube Transcript API)

preview_player
Показать описание


00:00 Intro
04:22 Demonstration
10:10 Lab Setup
15:33 Getting YouTube Transcripts with Python
22:12 Summarize YouTube Transcript with ChatGPT
28:34 Create topic Time codes with ChatGPT
35:31 Final Thoughts
Рекомендации по теме
Комментарии
Автор

A funny jab at Louis always gets the video a thumbs up.

woodrowedwards
Автор

Great video. I haven't been on this channel in years!

GeorgeG
Автор

16:26 If the URL you copied has other parameters that YouTube sometimes uses, like 't' (for timestamp) or 'list' (for playlists), your video_id string will contain those as well. Python3 has urllib.parse, from which you should use 'urlparse' to parse parts of a URL correctly and then use urllib.parse_qs to extract the value of 'v' parameter.

squky
Автор

Wow that was the first video I have watched, and it was amazing! Very informative

aurimasrutkauskas
Автор

Computer guy does it again, tinkering with the api as well. Great to follow along

webdeveloperninja
Автор

Looking forward to more AI API videos. thank you!

ibroadcast
Автор

Eli.. you are a legend. The Louis jab had me in stitches 🤣🤣

casualretrocollector
Автор

You see. This is interesting. Is there a java library that does the same thing as that python lib that pulls the transcript (captions)? I've gone round n round with the youtube data api today and it looks like you can't download captions unless its your video. Just found your channel and i'm subscribing. Thanks!

clubdesalud
Автор

it is usefull if i have a 5 minute summary from the lord of the ring, or War and piece, ... Or ther is some interesting the way from start to end in some book/video/movie (dont speak from SW ;) )

lifigrugru
Автор

Hello Api gives an excessive request and timeout error in the cloud environment, if there is a way to solve this, I would be very grateful if you can help me thanks

yavuzobuz
Автор

What if you are dealing with a long transcript though? 60000 characters?

cxvcnxbzfdhjlaks
Автор

thx for content btw you leaked your openai api key

yunusaydin