Ackater / writing.com-archival

Utility for downloading Interactives from Writing.com
https://ackater.github.io/writing.com-archival
23 stars 3 forks source link

List Index out of range. #35

Open SomeRandomDude870 opened 3 years ago

SomeRandomDude870 commented 3 years ago

HI, are we still suppposed to be able to download stories by ourselves? If so, it produces and error.

`D:\Firefox Downloads\writing.com-archival>run.py get 1805839

1805839: Gathering info.

1805839: Getting recent chapters.

1805839: Getting outline.

Traceback (most recent call last): File "D:\Firefox Downloads\writing.com-archival\run.py", line 46, in args.func(args) File "D:\Firefox Downloads\writing.com-archival\run.py", line 13, in get archive(id) File "D:\Firefox Downloads\writing.com-archival\archiver.py", line 126, in archive canon_descents = get_outline(story_id) File "D:\Firefox Downloads\writing.com-archival\scraper.py", line 223, in get_outline url_cutoff = outline_links[0].attrib['href'].rfind("/") + 1 IndexError: list index out of range`