mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-05 19:11:50 +02:00
CLI: Show chapter numbers with -m option dump.
This commit is contained in:
parent
d9d776e8d2
commit
6980f0b990
1 changed files with 2 additions and 1 deletions
|
|
@ -401,7 +401,8 @@ def do_download(arg,
|
|||
# regular download
|
||||
if options.metaonly:
|
||||
pprint.pprint(adapter.getStoryMetadataOnly().getAllMetadata())
|
||||
pprint.pprint(adapter.chapterUrls)
|
||||
for i, x in enumerate(adapter.chapterUrls):
|
||||
pprint.pprint( (i+1,x[0],x[1]) )
|
||||
|
||||
output_filename = write_story(configuration, adapter, options.format, options.metaonly)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue