From b1759bc440cd6013837697eb8de540914f693ffd Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 7 Jul 2015 01:23:55 +0200 Subject: No camelCase style anymore --- module/plugins/hoster/FilejungleCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/FilejungleCom.py') diff --git a/module/plugins/hoster/FilejungleCom.py b/module/plugins/hoster/FilejungleCom.py index 68f578096..e29ad1fbd 100644 --- a/module/plugins/hoster/FilejungleCom.py +++ b/module/plugins/hoster/FilejungleCom.py @@ -7,7 +7,7 @@ from module.plugins.internal.Plugin import chunks class FilejungleCom(FileserveCom): __name__ = "FilejungleCom" __type__ = "hoster" - __version__ = "0.52" + __version__ = "0.53" __pattern__ = r'http://(?:www\.)?filejungle\.com/f/(?P[^/]+)' @@ -24,6 +24,6 @@ class FilejungleCom(FileserveCom): LONG_WAIT_PATTERN = r'

Please wait for (\d+) (\w+)\s*to download the next file\.

' -def getInfo(urls): +def get_info(urls): for chunk in chunks(urls, 100): yield checkFile(FilejungleCom, chunk) -- cgit v1.2.3