Merge branch 'nightly' of https://github.com/clinton-hall/nzbToMedia into nightly

This commit is contained in:
clinton-hall 2014-08-26 21:02:47 +09:30
commit d904aafb99

View file

@ -53,7 +53,7 @@ def reverse_filename(filename, dirname, name):
na_parts = season_pattern.search(head) na_parts = season_pattern.search(head)
if na_parts is not None: if na_parts is not None:
word_p = word_pattern.findall(na_parts.group(2)) word_p = word_pattern.findall(na_parts.group(2))
if word_P: if word_p:
new_words = "" new_words = ""
for wp in word_p: for wp in word_p:
if wp[0] == ".": if wp[0] == ".":