From b8387e72fd3e679db00e03ebd3e3863bfbe8584a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Dec 2015 16:16:10 +0100 Subject: [crypters] Remove create_getInfo + minor code cosmetics (w/ strict comparison for numbers) --- module/plugins/crypter/FilestubeCom.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'module/plugins/crypter/FilestubeCom.py') diff --git a/module/plugins/crypter/FilestubeCom.py b/module/plugins/crypter/FilestubeCom.py index 2841c5b5d..c11260ac9 100644 --- a/module/plugins/crypter/FilestubeCom.py +++ b/module/plugins/crypter/FilestubeCom.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from module.plugins.internal.SimpleCrypter import SimpleCrypter, create_getInfo +from module.plugins.internal.SimpleCrypter import SimpleCrypter class FilestubeCom(SimpleCrypter): @@ -23,6 +23,3 @@ class FilestubeCom(SimpleCrypter): LINK_PATTERN = r']* href=\"(http://[^\"]+)' NAME_PATTERN = r' (?P.+?) download\s*' - - -getInfo = create_getInfo(FilestubeCom) -- cgit v1.2.3