dougppaz / youtube-music-dl

Chrome Extension to download music file with tags and cover from Youtube Music.
MIT License
44 stars 4 forks source link

support webm files tagged #1

Closed dougppaz closed 3 years ago

dougppaz commented 3 years ago

the opus format generate webm files. EBML supports this file format.

use https://www.npmjs.com/package/ebml to tag.

dougppaz commented 3 years ago

node-ebml is outdated to encode, use @morgas/ebml as npm package https://github.com/Morgas01/node-ebml

dougppaz commented 3 years ago

for now, just support to mp4a files!