To clarify, This is not a duplicate of the ability to embed a youtube video into a notebook.
When you insert a youtube video into Recall.it it appears to grab the transcript from the youtube video with time stamps and then creates links to that video with the timecodes included in the url for quicker access to that place in the video.
This is great, But I think it could be better. Rather than have the links open in a new tab as it currently does would it be possible to have it open in page as a modal popup with the youtube video embedded? Or possible a better option have a "preview tab" on the right pane so that you could have the transcript open in the left pane and be able to scan through the transcript on the left and skip directly to the appropriate point on the right hand pane.
Bonus feature!
By having the youtube video embedded like this with control over the embedded video it might actually be possible to screengrab frames from the youtube video to insert into the notebook of the note.
(( I just did a little research into this. CORS (as always) is a pain in the butt... Google locks this down directly which would leave either a serverside python script or you could add something to the chrome plugin which the page could talk to and have the chrome plugin take the screenshot itself.))
Bonus Bonus feature!
Add OCR for the screen grabs.
The ingestion of youtube videos seem to currently be based purely on the transcript download and ignores anything in the video beyond that text. With the above it would give us the ability to pull images from the videos... charts, infographics. etc.