h4ck-rOOt / Lynda-Decryptor

Decrypts all .lynda and .ldcw files from the video2brain desktop app.
MIT License
213 stars 73 forks source link

Error in code, Output Folder #15

Closed Fluto closed 8 years ago

Fluto commented 8 years ago

I think there is an human error in your code, this will solve #11 in Program.cs

Line 49: decryptor.DecryptAll(decryptorOptions.InputPath, decryptorOptions.OutputPath); should be decryptor.DecryptAll(decryptorOptions.InputPath, decryptorOptions.OutputFolder);

Just realised this was fixed with #10 facepalm