Change normalize_text_links and internalize_text_links to default on. Closes #426

This commit is contained in:
Jim Miller 2019-09-09 12:33:37 -05:00
parent a925afb5d8
commit 38f4a4fd78
2 changed files with 24 additions and 24 deletions

View file

@ -516,6 +516,18 @@ chapter_title_error_mark:(CHAPTER ERROR)
## single marks and is the recommended setting if you use it.
#max_zalgo:1
## Apply adapter's normalize_chapterurl() to all links in chapter
## texts, if they match the known pattern(s) for chapter URLs. As of
## writing, base_xenforoforum, adapter_archiveofourownorg &
## adapter_tthfanficorg implement normalize_chapterurl().
normalize_text_links:true
## Search all links in chapter texts and, if they match any included
## chapter URLs, replace them with links to the chapter in the
## download. Only works with epub and html output formats.
## normalize_text_links will improve URL matching considerably.
internalize_text_links:true
[base_efiction]
## At the time of writing, eFiction Base adapters allow downloading
@ -932,18 +944,6 @@ remove_transparency: true
## true--replace_br_with_p also fixes the problem.
nook_img_fix:true
## Apply adapter's normalize_chapterurl() to all links in chapter
## texts, if they match chapter URLs. Currently only implemented by
## base_xenforoforum adapters.
#normalize_text_links:false
## Search all links in chapter texts and, if they match any included
## chapter URLs, replace them with links to the chapter in the
## download. Only works with epub and html output formats.
## base_xenforoforum adapters should also use normalize_text_links
## with this.
#internalize_text_links:false
## Some ebook readers (Moon+ Reader was reported) read <meta
## name="calibre:series"...> and <meta name="calibre:series_index"...>
## for series info. This is not epub standard, but not an

View file

@ -543,6 +543,18 @@ chapter_title_error_mark:(CHAPTER ERROR)
## single marks and is the recommended setting if you use it.
#max_zalgo:1
## Apply adapter's normalize_chapterurl() to all links in chapter
## texts, if they match the known pattern(s) for chapter URLs. As of
## writing, base_xenforoforum, adapter_archiveofourownorg &
## adapter_tthfanficorg implement normalize_chapterurl().
normalize_text_links:true
## Search all links in chapter texts and, if they match any included
## chapter URLs, replace them with links to the chapter in the
## download. Only works with epub and html output formats.
## normalize_text_links will improve URL matching considerably.
internalize_text_links:true
[base_efiction]
## At the time of writing, eFiction Base adapters allow downloading
@ -963,18 +975,6 @@ remove_transparency: true
## true--replace_br_with_p also fixes the problem.
nook_img_fix:true
## Apply adapter's normalize_chapterurl() to all links in chapter
## texts, if they match chapter URLs. Currently only implemented by
## base_xenforoforum adapters.
#normalize_text_links:false
## Search all links in chapter texts and, if they match any included
## chapter URLs, replace them with links to the chapter in the
## download. Only works with epub and html output formats.
## base_xenforoforum adapters should also use normalize_text_links
## with this.
#internalize_text_links:false
## Some ebook readers (Moon+ Reader was reported) read <meta
## name="calibre:series"...> and <meta name="calibre:series_index"...>
## for series info. This is not epub standard, but not an