HoloArchivists / twspace-dl

A python module to download twitter spaces.
GNU General Public License v2.0
473 stars 78 forks source link

Add an option to embed the user avatar as the cover art of the audio file #92

Closed mikelei8291 closed 1 year ago

mikelei8291 commented 1 year ago

Closes #90.

The option is -e/--embed-cover. Added a new dependency: mutagen.

Tested on my end with an ended Twitter Space and it worked as expected.

mikelei8291 commented 1 year ago

Forgot to write documentation for the new method. I added it in a new commit and you may consider doing a squash merge/rebase to avoid the extra commit.

Ryu1845 commented 1 year ago

Alright, this seems pretty straightforward. I'll merge for now. I don't know when I'll be able to make a release since I'm pretty busy right now though.

mikelei8291 commented 1 year ago

Thanks for merging! I can install from source directly at the moment.