Chat and Summarize Youtube Videos - Learn from lectures, podcasts, interviews, etc

Has anyone tried using ChatGPT for videos? I made a quick project to share with you for free: chatwithx.xyz so you can enter a Youtube URL and chat with a video to learn for your lectures, podcasts, and interviews. It works by splitting the transcript into chunks and then asking user questions to each chunk and then combining all the chunks using a final LLM call.
Lmk if you have any questions. Happy to share the code and help out.