summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-03-23 16:33:41 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-03-23 16:33:41 +0100
commitd55a25fe53a5e6d58845735c389951fa57d45674 (patch)
tree2020265c86d5f09232c6291481fff26767e55333 /module/plugins/hoster
parentCode cleanup (diff)
downloadpyload-d55a25fe53a5e6d58845735c389951fa57d45674.tar.xz
EgoFilesCom: File Info are now retrieved
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/EgoFilesCom.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/module/plugins/hoster/EgoFilesCom.py b/module/plugins/hoster/EgoFilesCom.py
index 211f990ab..b27abb416 100644
--- a/module/plugins/hoster/EgoFilesCom.py
+++ b/module/plugins/hoster/EgoFilesCom.py
@@ -9,7 +9,7 @@ class EgoFilesCom(SimpleHoster):
__name__ = "EgoFilesCom"
__type__ = "hoster"
__pattern__ = r"https?://(www\.)?egofiles.com/(\w+)"
- __version__ = "0.09"
+ __version__ = "0.10"
__description__ = """Egofiles.com Download Hoster"""
__author_name__ = ("stickell")
__author_mail__ = ("l.stickell@yahoo.it")
@@ -25,12 +25,6 @@ class EgoFilesCom(SimpleHoster):
# Set English language
self.load("https://egofiles.com/ajax/lang.php?lang=en", just_header=True)
- def process(self, pyfile):
- if self.premium:
- self.handlePremium()
- else:
- self.handleFree()
-
def handleFree(self):
self.html = self.load(self.pyfile.url, decode=True)