public
Description: Simple to use TVDB (thetvdb.com) API in Python, and automatic TV episode namer
Homepage: http://dbr.lighthouseapp.com/projects/13342-tvdb_api/tickets
Clone URL: git://github.com/dbr/tvdb_api.git
Search Repo:
Valid filename characters now stored in triple-quoted string
dbr (author)
Thu May 15 20:18:37 -0700 2008
commit  91d52026b3e3dde52ca38288253d6ee59080ea33
tree    b2eace725fc2103128ac7409229adfdce35ddcf8
parent  d3b8342e31be23abe115deea6f43171f1d7bdd9d
...
67
68
69
70
 
71
72
73
...
67
68
69
 
70
71
72
73
0
@@ -67,7 +67,7 @@
0
     (?=\D|$)''', re.IGNORECASE|re.VERBOSE ),
0
 ]
0
 
0
-config['valid_filename_chars'] = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@£$%^&*()_+=-[]{}\"'.,<>`~? "
0
+config['valid_filename_chars'] = """0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@£$%^&*()_+=-[]{}"'.,<>`~?"""
0
 
0
 def findFiles(args):
0
     allfiles=[]

Comments

    No one has commented yet.