wpress-extract
wpress-extract copied to clipboard
--force does not do anything.
I had to add the override variable to the function call after line 46 in wpress-extract/cli.js:
40 try { 41 await wpExtract({ 42 inputFile, 43 outputDir, 44 onStart, 45 onUpdate, 46 onFinish, 47 override 48 });
would be fixed with https://github.com/ofhouse/wpress-extract/pull/5