From c3b406a00aba3fa549676a8181a5eb2a99d77c87 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 26 Mar 2015 18:29:00 +0100 Subject: Revert ce103ce1e60661f7bcdf6a033335134de61d48b1 --- pyload/plugin/container/TXT.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pyload/plugin/container/TXT.py') diff --git a/pyload/plugin/container/TXT.py b/pyload/plugin/container/TXT.py index 75940f55d..4ef29c0b7 100644 --- a/pyload/plugin/container/TXT.py +++ b/pyload/plugin/container/TXT.py @@ -7,17 +7,17 @@ from pyload.utils import fs_encode class TXT(Container): - __name__ = "TXT" - __type__ = "container" - __version__ = "0.15" + __name = "TXT" + __type = "container" + __version = "0.15" - __pattern__ = r'.+\.(txt|text)$' - __config__ = [("flush" , "bool" , "Flush list after adding", False ), + __pattern = r'.+\.(txt|text)$' + __config = [("flush" , "bool" , "Flush list after adding", False ), ("encoding", "string", "File encoding" , "utf-8")] - __description__ = """Read link lists in plain text formats""" - __license__ = "GPLv3" - __authors__ = [("spoob", "spoob@pyload.org"), + __description = """Read link lists in plain text formats""" + __license = "GPLv3" + __authors = [("spoob", "spoob@pyload.org"), ("jeix", "jeix@hasnomail.com")] -- cgit v1.2.3