diff options
author | spoob <spoob@gmx.de> | 2009-05-28 12:27:14 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-05-28 12:27:14 +0200 |
commit | edf3e1264bc4bcbe9c3694afd3c12aaa8967ffc1 (patch) | |
tree | 4293de40eb3df9e604d5954fb3a33c14acd4f598 /Plugins/YoutubeCom.py | |
parent | created uniform plugin config, fixed some bugs (diff) | |
download | pyload-edf3e1264bc4bcbe9c3694afd3c12aaa8967ffc1.tar.xz |
fexed little bug
Diffstat (limited to 'Plugins/YoutubeCom.py')
-rw-r--r-- | Plugins/YoutubeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/YoutubeCom.py b/Plugins/YoutubeCom.py index 31d2b60a4..d6b0473d3 100644 --- a/Plugins/YoutubeCom.py +++ b/Plugins/YoutubeCom.py @@ -71,4 +71,4 @@ class YoutubeCom(Plugin): return self.time_plus_wait def __call__(self): - return self.plugin_name + return self.plugin_config['name'] |