Wolfmyths/Myth-Mod-Manager

Cannot unpack .rar files

Closed this issue · 2 comments

I'm not sure if this is possible to fix because of the owners of winrar and you need to own it to open them.

Hi, if youre still having this issue , you can use python's patool library to unpack the rar files

import patoolib
patoolib.extract_archive("foo_bar.rar", outdir="path here")

Hi, if youre still having this issue , you can use python's patool library to unpack the rar files

This worked! Thank you so much!