kkdai / youtube

Download Youtube Video in Golang
MIT License
3.3k stars 430 forks source link

Add audioTrack support #315

Closed Wakeful-Cloud closed 8 months ago

Wakeful-Cloud commented 8 months ago

Description

Add support for the format audioTrack metadata property, as well as the change the format list sorting algorithm to sort by the audioTrack.audioIsDefault property first (and then use the previous sorting logic for everything else), meaning that all audio tracks for the default language will be ordered before any audio tracks for other languages.

Issues to fix

Please link issues this PR will fix: #314

If no relevant issue, but this will fix something important for reference, please free to open an issue.

Reminding

Something you can do before PR to reduce time to merge