diff options
author | spoob <spoob@gmx.de> | 2009-11-15 15:41:15 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-15 15:41:15 +0100 |
commit | bf1c269eb7586716d4cf4284afd208e597ee69d1 (patch) | |
tree | 749de8b2ad94209a334adc88968433386fe28d69 /module/plugins/YoupornCom.py | |
parent | netload.in fix (diff) | |
download | pyload-bf1c269eb7586716d4cf4284afd208e597ee69d1.tar.xz |
Cleaned plugin index function
Diffstat (limited to 'module/plugins/YoupornCom.py')
-rw-r--r-- | module/plugins/YoupornCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/YoupornCom.py b/module/plugins/YoupornCom.py index fb0f4131d..e501954da 100644 --- a/module/plugins/YoupornCom.py +++ b/module/plugins/YoupornCom.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- import re -from Plugin import Plugin +from module.Plugin import Plugin class YoupornCom(Plugin): @@ -59,4 +59,4 @@ class YoupornCom(Plugin): if re.search(r"(.*invalid video_id.*)", self.html) != None: return False else: - return True
\ No newline at end of file + return True |