I'm running into 2 issues with YT audio functionality that I presume are related to recent changes that yt-dlp hasn't yet included a true fix for (the external JS parser they've been talking about).
- I'm no longer getting the better quality 48kHz Opus audio stream even though it's still listed and can still be fetched manually. For example
> yt-dlp -F https://www.youtube.com/watch?v=QRDZ8llvwbM`
> yt-dlp -f 251 https://www.youtube.com/watch?v=QRDZ8llvwbM`
- All actions under the "Audio only" context submenu (when right-clicking on a YT search result) will in fact include video.
I'm running into 2 issues with YT audio functionality that I presume are related to recent changes that yt-dlp hasn't yet included a true fix for (the external JS parser they've been talking about).