MoizAhmedd c05bf41d92 add icons
2021-03-16 20:23:58 -04:00
2021-03-16 20:23:58 -04:00
2021-03-16 20:23:58 -04:00
2021-03-16 20:23:58 -04:00
2021-03-16 20:23:58 -04:00
2021-03-16 20:23:58 -04:00
2021-03-16 20:23:58 -04:00
2021-03-13 17:46:18 -05:00
2021-03-16 17:31:10 -04:00
2021-03-16 20:23:58 -04:00
2021-03-16 17:31:10 -04:00

An extension that lets you search for words in a youtube video, and seeks to that timestamp

How it will work

  • Once you go on a youtube video, I will need to have a transcript of the video
  • Using some shortcut, will open a search bar somewhere around the video where you can search for words
  • As you write a word, it will show you the number of times it appears in the video(transcript)
  • As you press enter, the video will seek to the timestamp

Todo

  • Determine when you're on a video
  • Get transcript of video given the video ID
  • Write a function that will given a word and transcript get a list of timestamps
  • Write a function that will seek a youtube video to a timestamp
  • Searchbar + enter + shortcut logic
  • Reset transcript/search on new vids
  • Switch to indices starting at 1
  • Option F to toggle search bar off
  • Test going away from youtube, going to home page etc

Development Usage

Client (extension)

  • git clone https://github.com/MoizAhmedd/youtube-video-search.git to your local machine
  • chrome://extensions in Chrome and Turn on Developer Mode
  • Select Load Unpacked and navigate to the youtube-video-search directory

Server

Possible Pull Requests

  • Remove preposition words from the mapping (words like "of", "as", "on")
Description
No description provided
Readme 73 KiB
Languages
JavaScript 69.5%
Python 15.9%
CSS 8.8%
Shell 5.8%