-
Notifications
You must be signed in to change notification settings - Fork 1
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
Chyoa image download issue #96
Comments
The image insertion for the first link seems to work fine when using the -t command, which vexes me as both variants use the same code to find the image links. Will keep looking into this. |
Okay I figured out the issue with the first link, will be fixed in next patch release. |
I wasn't able to reproduce the error with the other two links. Request you to pull the latest code and try them again. The first link should get all the images now. |
Thank you so much. I'm still having errors for some stories though. like this one https://chyoa.com/chapter/Introduction.600533 i do python Ebook-Publisher.py https://chyoa.com/chapter/Introduction.600533 -i --insert-images -o HTML --usr **** --pswd **** i got this Traceback (most recent call last): |
this Traceback (most recent call last):
File "C:\Users\Hp\Documents\Ebook-Publisher-master\Ebook-Publisher-master\Ebook-Publisher.py", line 343, in
formatsft
File "C:\Users\Hp\Documents\Ebook-Publisher-master\Ebook-Publisher-master\Ebook-Publisher.py", line 30, in
'HTML':lambda x:MakeHTML(x),
File "C:\Users\Hp\Documents\Ebook-Publisher-master\Ebook-Publisher-master\Ebook-Publisher.py", line 48, in MakeHTML
published=open(wd+title_stripped+'/'+site.title+'.html', 'w', encoding="utf-8")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Hp\Documents\Ebook-Publisher-master\Ebook-Publisher-master\./Idius Halfhwit and the Aegis of Probability/Idius Halfhwit and the Aegis of Probability.html'
PS C:\Users\Hp\Documents\Ebook-Publisher-master\Ebook-Publisher-master>
Originally posted by @adwag-hue in #92 (comment)
The text was updated successfully, but these errors were encountered: