Tapas-Comic-Downloader icon indicating copy to clipboard operation
Tapas-Comic-Downloader copied to clipboard

EMPTY DOWNLOAD

Open bap269 opened this issue 4 years ago • 17 comments

I successfully downloaded a series on TAPAS but it was empty? How to fix it?

bap269 avatar Nov 14 '20 08:11 bap269

Please be a bit more specific, what was the command you used, what did it output and so on?

TilCreator avatar Nov 14 '20 15:11 TilCreator

here's a screen shot of my cmd xuanlong

bap269 avatar Nov 16 '20 05:11 bap269

"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"

TilCreator avatar Nov 16 '20 11:11 TilCreator

Ohh thanks... So do I wait for "downloading image" to appear or???

On Mon, 16 Nov 2020, 7:24 PM TilCreator J. [email protected] 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 https://github.com/TilCreator/Tapas-Comic-Downloader/issues/31#issuecomment-727918321, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANAM6CMG526W4FFPAUH7IB3SQEDX3ANCNFSM4TVNOKWA .

bap269 avatar Nov 16 '20 11:11 bap269

Jup

TilCreator avatar Nov 16 '20 11:11 TilCreator

it just stays on this part tho.... xuanlong

bap269 avatar Nov 16 '20 11:11 bap269

That is weird, I will try to replicate it.

TilCreator avatar Nov 16 '20 11:11 TilCreator

On my machine: It does create the epub, but all the text is missing, will check what is going wrong

TilCreator avatar Nov 16 '20 11:11 TilCreator

Shoud be fixed in 2373a2e

TilCreator avatar Nov 16 '20 12:11 TilCreator

Also sadly about half of the book is for logged in users only and the script doesn't know how to handle that jet

TilCreator avatar Nov 16 '20 12:11 TilCreator

(You will also find the epub next to the directory, not in the directory)

TilCreator avatar Nov 16 '20 12:11 TilCreator

Also sadly about half of the book is for logged in users only and the script doesn't know how to handle that jet

Is there a known workaround to do that? Maybe loading out of a cached website or something?

Trashblob avatar Dec 12 '20 14:12 Trashblob

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.

TilCreator avatar Dec 12 '20 14:12 TilCreator

Damn that was a fast response, thank you! I'll check that out, even tho I have no Idea what I'm doing (yet) lol.

But good to hear that you're still working on it, because I really like your work. Keep it up. :)

Trashblob avatar Dec 12 '20 14:12 Trashblob

9b3904135c47f70efc746cde198eaae01ec578bd should fix this/(where this has developed to)

TilCreator avatar Mar 01 '21 21:03 TilCreator

Am getting the same issue when downloading novels, the text is still missing. Tried again with a cookie file, got AttributeError: 'MozillaCookieJar' object has no attribute 'update' in return.

t4rra avatar Jul 14 '21 22:07 t4rra

Shoud be fixed in 2373a2e

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

archziac avatar Feb 07 '22 15:02 archziac