summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FreakhareComFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FreakhareComFolder.py')
-rw-r--r--pyload/plugins/crypter/FreakhareComFolder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/FreakhareComFolder.py b/pyload/plugins/crypter/FreakhareComFolder.py
index 519a468f3..1e86afdc1 100644
--- a/pyload/plugins/crypter/FreakhareComFolder.py
+++ b/pyload/plugins/crypter/FreakhareComFolder.py
@@ -26,8 +26,8 @@ class FreakhareComFolder(SimpleCrypter):
__pattern__ = r"http://(?:www\.)?freakshare\.com/folder/.+"
__version__ = "0.01"
__description__ = """Freakhare.com Folder Plugin"""
- __author_name__ = ("stickell")
- __author_mail__ = ("l.stickell@yahoo.it")
+ __author_name__ = "stickell"
+ __author_mail__ = "l.stickell@yahoo.it"
LINK_PATTERN = r'<a href="(http://freakshare.com/files/[^"]+)" target="_blank">'
TITLE_PATTERN = r'Folder:</b> (?P<title>.+)'