Skip to content

Commit

Permalink
debuglog lines merged
Browse files Browse the repository at this point in the history
  • Loading branch information
mukka authored and amet committed Jun 17, 2011
1 parent 331b7cb commit fa04b14
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -132,8 +132,7 @@ def search_subtitles( file_original_path, title, tvshow, year, season, episode,
#rating format must be string
rating = str(rating)

subenv.debuglog("mukka: orig_title: %s type: %s, releaser: %s, rating: %s, sep: %s, score: %s" % (orig_title, release_type, releaser, rating, sep, score) )
#subenv.debuglog("Found movie on search page: orig: %s, hun: %s, lang: %s, link: %s, flag: %s" % (orig_title, hun_title, hun_langname, link, flag) )
subenv.debuglog("Found movie on search page: orig_title: %s, hun: %s, lang: %s, link: %s, flag: %s, type: %s, releaser: %s, rating: %s, sep: %s, score: %s" % (orig_title, hun_title, hun_langname, link, flag, release_type, releaser, rating, sep, score) )
subtitles_list.append({'movie': orig_title, 'filename': orig_title + " / " + hun_title, 'link': link, 'id': sub_id, 'language_flag': 'flags/' + flag + '.gif', 'language_name': hun_langname, 'movie_file':file_original_path, 'eng_language_name': eng_langname, 'sync': False, 'rating': rating, 'format': 'srt', 'base_url' : base_url, 'score': score })

subenv.debuglog("%d subtitles found" % (len(subtitles_list)) )
Expand Down

0 comments on commit fa04b14

Please sign in to comment.