From eff6fb2e079103cbfdf85d7d28d0531853373434 Mon Sep 17 00:00:00 2001 From: dbr Date: Mon, 20 Oct 2008 19:05:10 +1030 Subject: [PATCH] Allow # in filenames --- 2checkTvEps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2checkTvEps.py b/2checkTvEps.py index e00310c..b6748eb 100755 --- a/2checkTvEps.py +++ b/2checkTvEps.py @@ -46,7 +46,7 @@ regex_config={} # Character class for valid episode/show names. # Example: [a-zA-Z0-9\-'\ ] -regex_config['valid_in_names'] = "[\w\(\).,\[\]'\ \-?]" +regex_config['valid_in_names'] = "[\w\(\).,\[\]'\ \-?!#]" # Location to process loc = "." # Runs from the current path