I'd like to intercept hls video url when performing a GET request. I am using superagent library. I have tried couple HTTP debug libraries like superdebug, request debug (for request library) and others but none of them intercept the needed requests.
I can only see the requests in Chrome Dev Tools network tab.
Here is the screenshot of the chrome dev tools
SO doesn't allow me to embed the picture.
I have even tried puppeter but its requestinterceptor did not give me those links.
Is it possible to intercept those requests via Node?
Thanks