-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScribbleHub extractor seems to be broke #1373
Comments
Ok, I managed to load the unpacked extension and can confirm that change resolves the issue. See #1374 |
Test versions for Firefox and Chrome have been uploaded to https://drive.google.com/drive/folders/1B_X2WcsaI_eg9yA-5bHJb8VeTZGKExl8?usp=sharing. |
Test version for chrome at least seems to be working.
Ugh. Never mind, it turns out it was only triggering the code-path in question if in you had the |
Describe the bug
Trying to convert a scribblehub page to epub fails with an error, generating a ~4kb epub file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Previously, this stuck the series info page as the first "chapter" in the book, which was super handy.
Additional context
I think this can be fixed as easily as changing the content selector to
div.fic_row, div#chp_raw
.The text was updated successfully, but these errors were encountered: