Hi,
I’m sharing this Colab Notebook that does a simple text search over YouTube video transcriptions in a playlist.
Simple Text Search in Youtube’s Playlist Video Transcriptions [Selenium].ipynb
Example for the walk-thrus:
Playlist Link:
https://youtube.com/playlist?list=PLfYUBJiXbdtSLBPJ1GMx-sQWf6iNhb8mM
WordToSearch:
jupyter
Returns the video link and time location where the word is found.
You can also try it with the regular lessons:
Playlist Link:
https://www.youtube.com/playlist?list=PLalXj0-wtdCaQEm5F13yiiO9OIf_4lOEc
WordToSearch:
trees
Hope this is useful.
I would like to clean the interface by using a Gradio or Streamlit app. Let’s see if it works since the Selenium and chromium-chromedriver part could make it a little harder to setup, I think.
If someone makes this Notebook run in a local environment on WSL2, please share, I’m failing to do it!
Thanks