mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-27 11:16:48 +01:00
Make failed chapter URLs links with continue_on_chapter_error
This commit is contained in:
parent
c0573d76fd
commit
b6b0b0a8c5
1 changed files with 2 additions and 2 deletions
|
|
@ -256,9 +256,9 @@ class BaseSiteAdapter(Requestable):
|
|||
<p><b>Error</b></p>
|
||||
<p>FanFicFare failed to download this chapter. Because
|
||||
<b>continue_on_chapter_error</b> is set to <b>true</b>, the download continued.</p>
|
||||
<p>Chapter URL:<br>%s</p>
|
||||
<p>Chapter URL:<br><a href="%s">%s</a></p>
|
||||
<p>Error:<br><pre>%s</pre></p>
|
||||
</div>"""%(url,traceback.format_exc().replace("&","&").replace(">",">").replace("<","<")))
|
||||
</div>"""%(url,url,traceback.format_exc().replace("&","&").replace(">",">").replace("<","<")))
|
||||
title = title+self.getConfig("chapter_title_error_mark","(CHAPTER ERROR)")
|
||||
logger.info("continue_on_chapter_error: (%s) %s"%(url,e))
|
||||
logger.debug(traceback.format_exc())
|
||||
|
|
|
|||
Loading…
Reference in a new issue