summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/GigapetaCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/GigapetaCom.py')
-rw-r--r--pyload/plugins/hoster/GigapetaCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/GigapetaCom.py b/pyload/plugins/hoster/GigapetaCom.py
index de5d94513..1c6200f62 100644
--- a/pyload/plugins/hoster/GigapetaCom.py
+++ b/pyload/plugins/hoster/GigapetaCom.py
@@ -29,8 +29,8 @@ class GigapetaCom(SimpleHoster):
__pattern__ = r"http://(?:www\.)?gigapeta\.com/dl/\w+"
__version__ = "0.01"
__description__ = """GigaPeta.com plugin - free only"""
- __author_name__ = ("zoidberg")
- __author_mail__ = ("zoidberg@mujmail.cz")
+ __author_name__ = "zoidberg"
+ __author_mail__ = "zoidberg@mujmail.cz"
SH_COOKIES = [("http://gigapeta.com", "lang", "us")]
FILE_NAME_PATTERN = r'<img src=".*" alt="file" />-->\s*(?P<N>.*?)\s*</td>'