Downloading audio

Hey will there be added a way to access just the audio of the videos?

Right now the API only gives access to the video files for all available quality but doesn’t give access to an audio file.

So someone wanting to download the audio needs to download the full video then extract the audio(that’s what youtube-dl does currently when asked to download audio from a Peertube video), which isn’t ideal in terms of internet traffic.

I’m building a small cli app similar to youtube-viewer for peertube, that’s why I ask this question.

Take a look here: https://github.com/Chocobozzz/PeerTube/pull/2213

Thank you,
I did check the issues but not the pull requests…