diff options
author | Walter Purcaro <vuolter@gmail.com> | 2013-12-13 11:20:19 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-12-16 17:05:56 +0100 |
commit | 31dad6a6d8793a5340a79f03c04d3c448883fe9a (patch) | |
tree | a0e53cc6db846c86ea3936ec3952deb7607824e4 /pyload/plugins/hoster/FilebeerInfo.py | |
parent | Merge pull request #434 from kmarty/stable (diff) | |
download | pyload-31dad6a6d8793a5340a79f03c04d3c448883fe9a.tar.xz |
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
Diffstat (limited to 'pyload/plugins/hoster/FilebeerInfo.py')
-rw-r--r-- | pyload/plugins/hoster/FilebeerInfo.py | 3 |
1 files changed, 2 insertions, 1 deletions
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) |