diff options
author | spoob <spoob@gmx.de> | 2009-12-03 23:33:46 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-03 23:33:46 +0100 |
commit | f98a9eea978ccf56d41f4ce355f2b514fc9e4af1 (patch) | |
tree | 1cb7e115b3d6f7053ef057cb7e84e9279b1d9601 /module/plugins/CCF.py | |
parent | base for new gui (diff) | |
download | pyload-f98a9eea978ccf56d41f4ce355f2b514fc9e4af1.tar.xz |
Convert read_url_list to new Plugin
Diffstat (limited to 'module/plugins/CCF.py')
-rw-r--r-- | module/plugins/CCF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/CCF.py b/module/plugins/CCF.py index ba5b1c77d..7b6e3397f 100644 --- a/module/plugins/CCF.py +++ b/module/plugins/CCF.py @@ -17,7 +17,7 @@ class CCF(Plugin): props = {} props['name'] = "CCF" props['type'] = "container" - props['pattern'] = r".*\.ccf" + props['pattern'] = r"(?!http://).*\.ccf" props['version'] = "0.1" props['description'] = """CCF Container Convert Plugin""" props['author_name'] = ("Willnix") |