diff options
Diffstat (limited to 'pyload/plugins/hoster/GamefrontCom.py')
-rw-r--r-- | pyload/plugins/hoster/GamefrontCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/GamefrontCom.py b/pyload/plugins/hoster/GamefrontCom.py index c82cfdf50..71f5b4eb9 100644 --- a/pyload/plugins/hoster/GamefrontCom.py +++ b/pyload/plugins/hoster/GamefrontCom.py @@ -10,8 +10,8 @@ class GamefrontCom(Hoster): __pattern__ = r"http://(?:\w*\.)*?gamefront.com/files/[A-Za-z0-9]+" __version__ = "0.04" __description__ = """gamefront.com hoster plugin""" - __author_name__ = ("fwannmacher") - __author_mail__ = ("felipe@warhammerproject.com") + __author_name__ = "fwannmacher" + __author_mail__ = "felipe@warhammerproject.com" HOSTER_NAME = "gamefront.com" PATTERN_FILENAME = r'<title>(.*?) | Game Front' |