Change filename parsing to default to the issue number
e.g. 123.cbr parses with series: 123, issue number: 123
This commit is contained in:
parent
cd4097f0c0
commit
ce021d82cf
@ -113,7 +113,7 @@ class FileNameParser:
|
||||
word_list = word_list[1:]
|
||||
else:
|
||||
# only one word?? just bail.
|
||||
return issue, start, end
|
||||
return word_list[0][0], start, end
|
||||
|
||||
# Now try to search for the likely issue number word in the list
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user