Updated sandbox (as of this post's creation):
https://www.dropbox.com/s/24cvmgp418sch ... .epub?dl=0
Pixiethreads!:
https://www.dropbox.com/s/6i7s7xq7trqla ... .epub?dl=0
Reprocessed Incandescence:
https://www.dropbox.com/s/qhhcik7l66r4a ... .epub?dl=0
(Generated using the new code - seems fine, looking over it quickly, but there
could be issues.)
Well, based on the descriptions of the code updates I've made ("commit messages"), it seems that since my last post I've:
- added (hard-coded) "disregards-the-lines" to ErinFlight's collection (from the sandbox "Loki and Raiden", which says it's "(with ErinFlight)")
- fixed the discarding of previously-downloaded pages in the "flats" section (e.g. "flats_sandbox" used to delete the already-downloaded stuff if you'd since executed "tocs_sandbox")
- added pixiethreads support (hopefully; currently untested, but I'll upload the epub when I've tested it)
- added symbol(a) support for Effulgence (currently testing)
- fixed how it scrapes Effulgence and Incandescence ToCs (it was duplicating all the chapters <.<)
- changed what it outputs when it's generating stuff
- hopefully fixed the things I did wrong at first (e.g. symbola)
Edit 2015-12-23 23:45 GMT: Oh, and I just made it actually save the epub with the proper name (not just sandbox.epub >.>).
Edit 2015-12-23 23:51 GMT: So it appears that the calibre reader, at least, doesn't go to fallback fonts if it can't find the symbol in the default font. At least, with the rule:
Code: Select all
font-family: sans-serif, "Symbola"
It displays "✴ ☼ Ω ⍋ ✝ ♪ ᗜ Ø ⚜ ҂ ✧ ⚚ ∀ Ψ Ɣ ఒ" like this:

Whereas with:
It displays like this:

(They're both missing the ᗜ (Aegis?) character, but it seems to not fall-back to Symbola from the default sans-serif for some of the others (e.g. ⚜), at least in calibre?)
It's weird. Also, I forgot to tell it to use these fonts in the ToC, so that fails at the moment.
Edit 2015-12-24 01:23 GMT: Added the other fonts used in the previous effulgence2epub thing. Not sure why I didn't add those at first. Fixed something I broke with the incandescence ToC scraper. Fixed the title and authors (Aestrix and Kappa, right?) of the pixiethreads generation. Added a link to the pixiethreads epub download at the top of this post.
Edit 2015-12-24 01:48 GMT: Add a re-processed "Incandescence" (so other people can tell me if it's doing stuff weirdly, hopefully). Also, I've perhaps got a workaround (involving manual effort) to allow the "discretion advised" chapters to be loaded! I'll test it and see what the results are.