mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-09 11:14:08 +08:00
Merge commit '9b42bec08ad10'
This commit is contained in:
@@ -2067,7 +2067,10 @@ class FanFictionDownLoaderPlugin(InterfaceAction):
|
||||
# copy list top level
|
||||
for b in book_list:
|
||||
if b['series']:
|
||||
serieslist.append(b['series'][:b['series'].index(" [")])
|
||||
try:
|
||||
serieslist.append(b['series'][:b['series'].index(" [")])
|
||||
except ValueError: # substring not found
|
||||
serieslist.append(b['series'])
|
||||
#print("book series:%s"%serieslist[-1])
|
||||
|
||||
if b['publisher']:
|
||||
|
||||
Reference in New Issue
Block a user