From 08b77b4cb91338f3c03ab21712387f7e2336c881 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 2 Oct 2013 15:57:29 +0200 Subject: Plugins: cosmetics See #286 (cherry picked from commit f876908b6a1946845c1c7dff591d4d9f64643f82) Conflicts: pyload/plugins/hoster/DlFreeFr.py --- pyload/plugins/hoster/Share76Com.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pyload/plugins/hoster/Share76Com.py') diff --git a/pyload/plugins/hoster/Share76Com.py b/pyload/plugins/hoster/Share76Com.py index aaa8cd950..b48780652 100644 --- a/pyload/plugins/hoster/Share76Com.py +++ b/pyload/plugins/hoster/Share76Com.py @@ -13,9 +13,5 @@ class Share76Com(XFileSharingPro): FILE_INFO_PATTERN = r'

\s*File:\s*]*>(?P[^>]+)\s*\[]*>(?P[0-9.]+) (?P[kKMG])i?B\]

' HOSTER_NAME = "share76.com" - def setup(self): - self.resumeDownload = self.multiDL = self.premium - self.chunkLimit = 1 - getInfo = create_getInfo(Share76Com) -- cgit v1.2.3