Routing the audio from WebBrowserComponent through the plugin's audio buffer

I have a WebBrowserComponent which loads a website (say youtube.com). When the website plays any audio, it gets to the audio driver output directly from the webview. I want it to route it to the plugin’s audio buffer so that I can get that audio passed through the DAW.

If anybody can point me in a direction where this is possible that would be great!