The initial fix for issue 1013 breaks for paid SOL users with error:
line 550, in getChapterText
AttributeError: 'NoneType' object has no attribute 'find'
and
Error
https://storiesonline.net/s/00001/this-is-a-test 'NoneType' object has no attribute 'find'
Paid users get 2 links per chapter within the same list. The "download chapter" link use format URL like "/library/download.php?id=xxxxxx" and the URL links of format "/s/00001/this-is-a-test/1"
submitted new pull request to only grab URLs containing "/s/".