1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-18 13:13:41 +01:00

Nhentai links now inculde nhentai in the folder title

This commit is contained in:
cyian-1756 2017-10-07 14:43:15 -04:00
parent c29646a030
commit d97734652e

View File

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