Skip to content

In my days in school as an undergraduate and young developer, watching tutorials on YouTube has really been a help. But having to go through the stress of re-watching a video just because to find just a part of it which is of interest at the moment is quite stressful and time wasting. As a problem solver, made the move to develop a solution to r…

Notifications You must be signed in to change notification settings

GREENFONTS/easyvideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Word Search

This full stack project helps the everyday youtube user to be able to search for a particular sentence or word in a video instead of re-watching the whole video. With the help of youtube captions this has been made possible.

Leveraging the art of web scrapping using Puppetter a Nodejs npm library , the timestamp of the searched word can be extracted and using a great frontend framework React is rendered and the timestamp used to seek to the point of the seeked word or sentence.

The caveat of using puppetter is due to it creates an instance of chromium at every run job requests which reduces processing speed, consumes memeory and leads to sometimes timeout during multiple requests. With the leevrageing of job-queueing, the timeout issue is resolved but still with little delay in processing. Although, it can run faster when used with high performance dynos or processors.

Thanks to [Samson Amugo] & Cryil Chukwuebuka for their assistance during the project development phase

Netlify Status

##TECHNOLOGIES USED

Live Link(https://wordsea.netlify.app/) to the Project

About

In my days in school as an undergraduate and young developer, watching tutorials on YouTube has really been a help. But having to go through the stress of re-watching a video just because to find just a part of it which is of interest at the moment is quite stressful and time wasting. As a problem solver, made the move to develop a solution to r…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published