I've been trying to save the buffered data of a youtube video locally as to allow offline viewing of that part.
The WebRequest API would've been perfect, but it doesn't expose the response body. I've also tried capturing the XHR of the webpage like this but for some reason it only captures the POST requests.
Is this something possible to achieve ?
Thanks.