JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
239 stars 60 forks source link

Updated Makemkv Version As Old Version Returns 404 #145

Closed tmcdonagh closed 5 years ago

tmcdonagh commented 5 years ago

It looks like makemkv deletes old versions from that directory when a new version comes out. I just changed the numbers to the newest version but it might be better to have a small script find what the newest version is and use that instead of a fixed number as this will inevitably stop working after a new version comes out.

JasonMillward commented 5 years ago

👍 There are a few examples out there of scraping the site for a version number and using that, good idea.