theslavicbear / Ebook-Publisher

A Python tool for converting online stories into portable formats
MIT License
32 stars 2 forks source link

follow link that go back to beguining infinitely (until max recursion depth) when downloading from chyoa.com #52

Closed reuspppp closed 4 years ago

reuspppp commented 4 years ago

in this story the program follow the link from this chapter infinitely

theslavicbear commented 4 years ago

Infinite recursion due to links to previous pages should be fixed now. The linked pages still get added, but none of their child pages will be added.

reuspppp commented 4 years ago

thanks :D