From 57f21830085d3d5944b8d33fc9825d577e81ed8a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 23 Oct 2013 14:21:05 +0200 Subject: Cleanup for setup vars. See #315 --- module/plugins/hoster/EgoFilesCom.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/plugins/hoster/EgoFilesCom.py') diff --git a/module/plugins/hoster/EgoFilesCom.py b/module/plugins/hoster/EgoFilesCom.py index 274286cf1..22ca99931 100644 --- a/module/plugins/hoster/EgoFilesCom.py +++ b/module/plugins/hoster/EgoFilesCom.py @@ -39,8 +39,7 @@ class EgoFilesCom(SimpleHoster): DIRECT_LINK_PATTERN = r'Download >' RECAPTCHA_KEY = '6LeXatQSAAAAAHezcjXyWAni-4t302TeYe7_gfvX' - def init(self): - self.file_info = {} + def setup(self): # Set English language self.load("https://egofiles.com/ajax/lang.php?lang=en", just_header=True) -- cgit v1.2.3