Closed HristoGochevUni closed 2 years ago
@HristoGochevUni thank you for opening this issue! Sorry for the inconvenience, the file extension is currently hardcoded. But that's, fortunately, a quick fix.
Fixed in 0.3.8
In case you should ever have a similar problem again, a quick fix is always to use Stream::download_to
instead of Stream::download[_to_dir]
.
Media files downloaded with
video.best_audio()
orvideo.worst_audio()
use themp4
extension despite beingwebm
files.I just spend a couple of days trying to convert the produced
mp4
tomp3
using various multimedia encoding/decoding libraries, only to discover that the file is actuallywebm
file using themp4
extension falsely.