Merge pull request #93 from cyian-1756/nhentai
Nhentai links now inculde nhentai in the folder title
This commit is contained in:
commit
d2d4b842e4
@ -61,7 +61,7 @@ public class NhentaiRipper extends AbstractHTMLRipper {
|
|||||||
if (title == null) {
|
if (title == null) {
|
||||||
return getAlbumTitle(url);
|
return getAlbumTitle(url);
|
||||||
}
|
}
|
||||||
return title;
|
return "nhentai" + title;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user