View Single Post
Old 03-05-2020, 12:08 AM   #5
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by jhowell View Post
I wonder whether link validation works for anyone. I assume that they tested it before release.
I just upgraded to 3.37 to test it out.

I ran File > Run Quality Checks (beta)... seemed to complete fine. None of my books crashed (although I only tested about 8).

1. On a book with working URLs. It popped up a window + output a CSV that said:

Quote:
Quality checks completed. No issues found.
2. I went testing a few of my Non-Fiction books, and finally got a hit:

Spoiler:
Quote:
Type
Category
Description
Location
Recommended Fix

Navigation
Invalid External Link
Your book has an external link that does not work: http://www.cepr.net/publications/hou...le_2005_11.pdf
3769
Please update a valid external URL. To learn more, see section "External Link Guidelines" in Kindle Publishing Guidelines, or refer to the eBook Manuscript Formatting Guide on Amazon KDP if your book is in Microsoft Word format


Checks didn't take long at all...

But it seems like it may reach out to a handful (?) of external URLs at a time. (I threw it on the 1500+ URL behemoth... but gave up after it ran for quite a while. )

Probably smart... since Calibre's External Links Checker goes on a mass spree... got me temp banned from a few sites. :P

It seems like these checks don't match what you can get dinged for with KQNs though... like some those we discussed in the "Amazon objecting to page breaks" thread.

* * *

Since I thought my final EPUBs are much too clean, I grabbed an EPUB that was in the process of being cleaned from DOCX... and ran across this bug.

3. I didn't even link the URLs yet, so the EPUB code was this:

Code:
<p>https://www.youtube.com/user/misesmedia</p>
Kindle Previewer then complained about every "dead" link:

Spoiler:
Quote:
Navigation
Invalid External Link
Your book has an external link that does not work: https://www.youtube.com/user/misesmedia
5058
Please update a valid external URL. To learn more, see section "External Link Guidelines" in Kindle Publishing Guidelines, or refer to the eBook Manuscript Formatting Guide on Amazon KDP if your book is in Microsoft Word format


On a similar note, I added a broken internal link:

Code:
<a href="../Text/Giberish.xhtml">Code</a>
and it did not catch that...

I tested a broken footnote... didn't catch it either. epubcheck caught and complained about both busted internal links.

Last edited by Tex2002ans; 03-05-2020 at 12:16 AM.
Tex2002ans is offline   Reply With Quote