diff options
Diffstat (limited to 'pyload/plugins/crypter/CCF.py')
-rw-r--r-- | pyload/plugins/crypter/CCF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/CCF.py b/pyload/plugins/crypter/CCF.py index 093a30a84..5a4a11543 100644 --- a/pyload/plugins/crypter/CCF.py +++ b/pyload/plugins/crypter/CCF.py @@ -12,7 +12,7 @@ from os.path import exists, join class CCF(Crypter): __name__ = "CCF" __version__ = "0.2" - __pattern__ = r"(?!http://).*\.ccf$" + __pattern__ = r'(?!http://).*\.ccf$' __description__ = """CCF container decrypter plugin""" __author_name__ = "Willnix" __author_mail__ = "Willnix@pyload.org" |