summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FreetexthostCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FreetexthostCom.py')
-rw-r--r--pyload/plugins/crypter/FreetexthostCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/FreetexthostCom.py b/pyload/plugins/crypter/FreetexthostCom.py
index 8d165abe4..7c838e609 100644
--- a/pyload/plugins/crypter/FreetexthostCom.py
+++ b/pyload/plugins/crypter/FreetexthostCom.py
@@ -26,8 +26,8 @@ class FreetexthostCom(SimpleCrypter):
__pattern__ = r"http://(?:w{3}.)?freetexthost\.com/\w+"
__version__ = "0.01"
__description__ = """Freetexthost.com Plugin"""
- __author_name__ = ("stickell")
- __author_mail__ = ("l.stickell@yahoo.it")
+ __author_name__ = "stickell"
+ __author_mail__ = "l.stickell@yahoo.it"
def getLinks(self):
m = re.search(r'<div id="contentsinner">\s*(.+)<div class="viewcount">', self.html, re.DOTALL)