Skip to content

Instantly share code, notes, and snippets.

@pboehm
Created January 18, 2015 10:47
Show Gist options
  • Save pboehm/ef0e811fabf081b48cbf to your computer and use it in GitHub Desktop.
Save pboehm/ef0e811fabf081b48cbf to your computer and use it in GitHub Desktop.
pyload fix
$ git diff module/plugins/hooks/ExtractArchive.py
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index ddec831..8b8041f 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -254,7 +254,7 @@ class ExtractArchive(Hook):
success = False
if not plugin.checkArchive():
- plugin.extract(progress, pw)
+ plugin.extract(progress, "serienjunkies.org")
success = True
else:
self.logInfo(basename(plugin.file), _("Password protected"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment