Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
High quality AAC [format code 141] not available from music.youtube.com URLs #25263
Comments
|
You must provide premium for any work on that. |
Checklist
Verbose log
Description
When signed up with youtube music premium, a 'high quality' stream is available in the form of format code 141 [256k AAC]. This audio format is only available when using the music.youtube.com site, however.
When using youtube-dl on music.youtube.com links, format code 141 is not available, and instead the highest quality available is 251 [Opus 160k].
If you look at the 'stats for nerds' on both music.youtube.com and regular youtube.com, you can see that they are using 141 and 251, respectively, for the audio codec.
What I suspect is happening, is that music,youtube.com links are simply parsed the same way as regular youtube.com links, and thus the non music site is the one being scraped.
Is there a way to have music youtube links pull the data from music.youtube.com? Or is there something else which is causing -f 141 not to work?