Sorry it took me so long to get back to you about this...
Quote:
Originally Posted by Atherton25
|
I've downloaded this with no problem. The Calibre plugin even had the table of contents correct for me... Not sure what the issue is.
Quote:
Originally Posted by Atherton25
The second issue is http://www.wuxiaworld.com/wmw-index/ it has several chapters that dont appear correctly. Chapters 97-100, 102-103, 105,107, 110,113,115-117,119,122-124,126-128,131,133-134,136-138 - it looks like these have a https link instead of a http link. I'm not sure if those are the only ones, I just know there's about 20 chapters missing when I do a partial download it doesn't sync correctly with the chapter numbers. I looked through it and saw that those chapters were missing, but didn't look any higher than 138, as they all seemed to have the same problem.
|
I haven't been able to figure out how to do a partial download with Calibre, so I've had to download the entire book to test it.
I've downloaded the story, and got all of the chapters (through 550, which is the last on the index page), without any problems...
Quote:
Originally Posted by Atherton25
Just of note, this story is also one of those I described at the beginning, as having more chapter links than chapters (the last few dozen are not up yet).
|
Again, didn't see anything like this when I downloaded the story.
If you can get me the code output (from the job list), I can look to see what I can figure out.
Jimm:
It seems they've made a small change to their HTML, so line 146 in the adapter should be changed to:
Code:
for tag in cdata.find_all('div', {'class':'sp-wrap'}) + cdata.find_all('span', {'class':'collapseomatic'}) + cdata.find_all('div', {'class':'collapseomatic_content'}):
to remove the collapsing sections. This doesn't remove any chapter title sections that aren't collapsed, but will remove the rest from the summary.
GComyn