omeryusufyagci / fast-music-remover

A C++ based, lightweight music and noise remover for YouTube and other internet media, using DeepFilterNet for audio enhancement.
MIT License
200 stars 21 forks source link

Fix backend file extension assumptions for media download #14

Closed omeryusufyagci closed 1 month ago

omeryusufyagci commented 1 month ago

Added support for handling file extensions dynamically Defaulting to mp4 for now Closes #13