From 43e6a6376625ac73067403ddae3b45a80618d6c8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 19:58:02 +0200 Subject: Rename accounts directory to account --- pyload/plugins/accounts/MovReelCom.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pyload/plugins/accounts/MovReelCom.py (limited to 'pyload/plugins/accounts/MovReelCom.py') diff --git a/pyload/plugins/accounts/MovReelCom.py b/pyload/plugins/accounts/MovReelCom.py deleted file mode 100644 index 0f80b1aa8..000000000 --- a/pyload/plugins/accounts/MovReelCom.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.XFSPAccount import XFSPAccount - - -class MovReelCom(XFSPAccount): - __name__ = "MovReelCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Movreel.com account plugin""" - __author_name__ = "t4skforce" - __author_mail__ = "t4skforce1337[AT]gmail[DOT]com" - - login_timeout = 60 - info_threshold = 30 - - MAIN_PAGE = "http://movreel.com/" - - TRAFFIC_LEFT_PATTERN = r'Traffic.*?([^<]+)' - LOGIN_FAIL_PATTERN = r']*>Incorrect Login or Password
' -- cgit v1.2.3