mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Merge branch 'nightly' of https://github.com/clinton-hall/nzbToMedia into nightly
This commit is contained in:
commit
d904aafb99
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def reverse_filename(filename, dirname, name):
|
|||
na_parts = season_pattern.search(head)
|
||||
if na_parts is not None:
|
||||
word_p = word_pattern.findall(na_parts.group(2))
|
||||
if word_P:
|
||||
if word_p:
|
||||
new_words = ""
|
||||
for wp in word_p:
|
||||
if wp[0] == ".":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue