Scape a value in found in the html source

I am trying to scrape a html value that is held within a web page

var VideoSource_HD = 'https://s3.amazonaws.com/myvideo.mp4?AWSAccessKeyId=123&Expires=1520762369&Signature=abc';

I need to pull out the URL that is found above but not having much luck any help :slight_smile: would be most kind

By using chrome's source view I was able to select the Javascript element that I needed and then it was a case of getting a working regex to return the data.

Great tool :slight_smile:

1 Like