Skip to content

Instantly share code, notes, and snippets.

@ruancarvalho
Last active February 18, 2020 19:33
Show Gist options
  • Save ruancarvalho/6722c2c89803821361f1caa86ce0f70e to your computer and use it in GitHub Desktop.
Save ruancarvalho/6722c2c89803821361f1caa86ce0f70e to your computer and use it in GitHub Desktop.
linkd

Get Media

let media = $('#vjs_video_3_html5_api')[0].src;
copy(media)

Get Transcript

$('#ember352')[0].click()
let text = $('.transcripts-component__sections')[0].innerText;
copy(text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment