This commit is contained in:
Beepboop Belong the 3rd 2020-04-13 22:28:35 +02:00
parent f823681dbf
commit 6427d9ca2e
Signed by: beepboopbelong
GPG Key ID: B873A12869A7BD29

View File

@ -98,7 +98,7 @@ class NHentai : BaseSite
// See if the url is a valid jpg and if not change the extension to png
if(!isJPGValid(extractedUrl))
{
if(_config.enable_debug_output) writefln("[i] %s is not a valdi jpg changing to png!!", extractedUrl);
if(_config.enable_debug_output) writefln("[i] %s is not a valid jpg changing to png!!", extractedUrl);
extractedUrl = extractedUrl.replace(".jpg", ".png");
}