From c7b21dbabe0d04668eae1c26db61b5e63d5ae774 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:21:37 +0200 Subject: Fix HOSTER_NAME in XFileSharingPro plugins Merges vuolter/pyload@f20b998 (cherry picked from commit 02e1638896c073f5d1c904a3e611d09298df79fa) --- pyload/plugins/hoster/GamefrontCom.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyload/plugins/hoster/GamefrontCom.py') diff --git a/pyload/plugins/hoster/GamefrontCom.py b/pyload/plugins/hoster/GamefrontCom.py index 54d7e2a51..a58a29c45 100644 --- a/pyload/plugins/hoster/GamefrontCom.py +++ b/pyload/plugins/hoster/GamefrontCom.py @@ -13,7 +13,6 @@ class GamefrontCom(Hoster): __author_name__ = "fwannmacher" __author_mail__ = "felipe@warhammerproject.com" - HOSTER_NAME = "gamefront.com" PATTERN_FILENAME = r'(.*?) | Game Front' PATTERN_FILESIZE = r'<dt>File Size:</dt>[\n\s]*<dd>(.*?)</dd>' PATTERN_OFFLINE = "This file doesn't exist, or has been removed." -- cgit v1.2.3