-
Notifications
You must be signed in to change notification settings - Fork 15
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
EMPTY DOWNLOAD #31
Comments
Please be a bit more specific, what was the command you used, what did it output and so on? |
"Downloading pages" means that it is crawling for the image data, you won't see any images in the directory until it says "Downloading images" |
Ohh thanks...
So do I wait for "downloading image" to appear or???
…On Mon, 16 Nov 2020, 7:24 PM TilCreator J. ***@***.***> wrote:
"Downloading pages" means that it is crawling for the image data, you
won't see any images in the directory until it says "Downloading images"
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANAM6CMG526W4FFPAUH7IB3SQEDX3ANCNFSM4TVNOKWA>
.
|
Jup |
That is weird, I will try to replicate it. |
On my machine: It does create the epub, but all the text is missing, will check what is going wrong |
Shoud be fixed in 2373a2e |
Also sadly about half of the book is for logged in users only and the script doesn't know how to handle that jet |
(You will also find the epub next to the directory, not in the directory) |
Is there a known workaround to do that? Maybe loading out of a cached website or something? |
The easiest way would be to export the session cookies from the browser and then get the script to use those cookies (the used module is called requests and should support using cookies for requests). That should give a small time window where the script can fake being a logged in user. The other option would be to use the browser itself (with a logged in user) for making the requests with selenium or similar, example: https://gitlab.com/TilCreator/mc-vanilla-pp/-/blob/master/helpers/crawl_curseforge.py#L14 Sadly I will not be able to implement that in the next weeks. But for everyone who knows what their doing this should be enough to implement this themselves. |
Damn that was a fast response, thank you! But good to hear that you're still working on it, because I really like your work. Keep it up. :) |
9b39041 should fix this/(where this has developed to) |
Am getting the same issue when downloading novels, the text is still missing. Tried again with a cookie file, got |
Hello. I want to say that I'm still facing this problem. I have downloaded a novel but whenever i open the EPUB file it's just the chapter names and the table of contents in there and except that all the chapters are empty |
I successfully downloaded a series on TAPAS but it was empty?
How to fix it?
The text was updated successfully, but these errors were encountered: