sealedtx / java-youtube-downloader

Simple, almost zero-dependency java parser for retrieving youtube video metadata
Other
413 stars 115 forks source link

Any way to download and embed cover art in the downloaded mp3? #81

Closed ashishb closed 3 years ago

ashishb commented 3 years ago

Any way to download and embed cover art in the mp3 for YouTube videos? I could not find anything look in the codebase.

Shabinder commented 3 years ago

Use Ffmpeg or mp3agic

ashishb commented 3 years ago

Thanks. What I was looking for was a way to integrate or extend the functionality of this library instead.