1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-09 07:16:45 +02:00

Merge pull request #93 from cyian-1756/nhentai

Nhentai links now inculde nhentai in the folder title
This commit is contained in:
cyian-1756
2017-10-07 15:39:38 -04:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ public class NhentaiRipper extends AbstractHTMLRipper {
if (title == null) {
return getAlbumTitle(url);
}
return title;
return "nhentai" + title;
}
@Override