Skip to content

Instantly share code, notes, and snippets.

@julienanquetil
Created February 10, 2020 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julienanquetil/4cdb628c84a60653e921a8a4a6b81297 to your computer and use it in GitHub Desktop.
Save julienanquetil/4cdb628c84a60653e921a8a4a6b81297 to your computer and use it in GitHub Desktop.
var url = document.querySelector("html>body>script").text.match(/https:\/\/vod-progressive.akamaized.net[\S]+?\.mp4[\S]+?\.mp4+/g)[0];
window.open(url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment