From 31dad6a6d8793a5340a79f03c04d3c448883fe9a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 13 Dec 2013 11:20:19 +0100 Subject: Some hosters marked as dead Merged #375 (cherry picked from commit 7f239b41cb29ee95c878f78a6e9cacd55f301a8d) Conflicts: pyload/plugins/accounts/BoltsharingCom.py pyload/plugins/accounts/HellspyCz.py pyload/plugins/accounts/Share76Com.py pyload/plugins/accounts/UploadstationCom.py pyload/plugins/accounts/WuploadCom.py pyload/plugins/accounts/X7To.py --- pyload/plugins/hoster/FilebeerInfo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyload/plugins/hoster/FilebeerInfo.py') diff --git a/pyload/plugins/hoster/FilebeerInfo.py b/pyload/plugins/hoster/FilebeerInfo.py index 216ecfbca..d1bef9e6e 100644 --- a/pyload/plugins/hoster/FilebeerInfo.py +++ b/pyload/plugins/hoster/FilebeerInfo.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo @@ -12,4 +13,4 @@ class FilebeerInfo(DeadHoster): __author_mail__ = ("zoidberg@mujmail.cz") -getInfo = create_getInfo(FilebeerInfo) \ No newline at end of file +getInfo = create_getInfo(FilebeerInfo) -- cgit v1.2.3