rocurley / glowfic-dl

4 stars 4 forks source link

0 KB files repeatably but not always created #10

Open EvanBoyar opened 1 year ago

EvanBoyar commented 1 year ago

For certain posts, an empty file with no format will be produced. This will always happen with those posts, but other posts will work.

Broken: https://glowfic.com/posts/6480 "null action act ii: unact harder" Working: https://glowfic.com/posts/6132 "null action"

It looks like it's working: C:\Users\username\OneDrive\Documents\Books>C:\Users\username\Documents\glowfic-dl\glowfic-dl.py https://glowfic.com/posts/6480 Found 1 chapters Downloading chapter texts 100%|████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:02<00:00, 2.75s/it] Downloading images 100%|██████████████████████████████████████████████████████████████████████████████████| 99/99 [00:06<00:00, 14.56it/s] Saving book to null action act ii: unact harder.epub

but just to be clear, no epub is created, just an empty document with the same name (but NO FILE EXTENSION) is made.

I suspect the downloader is having an issue with the colon in the title, but I'm not sure.

twilight-flower commented 1 year ago

Opened a PR with a fix. (#11.)