comparison lm @ 2:6f4b5e24cf08

README update
author Goffi <goffi@goffi.org>
date Wed, 21 Jul 2010 17:04:39 +0800
parents df1b98df8be9
children
comparison
equal deleted inserted replaced
1:df1b98df8be9 2:6f4b5e24cf08
206 for filename in not_found: 206 for filename in not_found:
207 print filename 207 print filename
208 print "---\n\n" 208 print "---\n\n"
209 209
210 def post_check(self, movie, current, found): 210 def post_check(self, movie, current, found):
211 """Check after filling, that the found movie as a title close to the filename 211 """Check after filling, that the found movie has a title close to the filename
212 @param movie: filename of the movie 212 @param movie: filename of the movie
213 @param current: dict of metadata for current movie, 'unsure' value will be filled by this method 213 @param current: dict of metadata for current movie, 'unsure' value will be filled by this method
214 @param found: found imdb.Movie.Movie""" 214 @param found: found imdb.Movie.Movie"""
215 215
216 _filename = movie.lower().replace('.',' ').replace('_',' ') 216 _filename = movie.lower().replace('.',' ').replace('_',' ')