snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 442 forks source link

Fix: "regex aria2" for multilingual aria2 system output #417

Open manuel2295 opened 2 years ago

manuel2295 commented 2 years ago

On some linux systems the aria2 --version command provides output in the system language. The previously used regex only works for English output. With my edits I have made it possible to verify the version of aria2 even for systems with a different system language. I also removed line splitting of the output, which is not necessary for the new regex.