Typo lol
This commit is contained in:
parent
f823681dbf
commit
6427d9ca2e
@ -98,7 +98,7 @@ class NHentai : BaseSite
|
|||||||
// See if the url is a valid jpg and if not change the extension to png
|
// See if the url is a valid jpg and if not change the extension to png
|
||||||
if(!isJPGValid(extractedUrl))
|
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");
|
extractedUrl = extractedUrl.replace(".jpg", ".png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user