mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 22:06:48 +02:00
Nhentai links now inculde nhentai in the folder title
This commit is contained in:
@@ -61,7 +61,7 @@ public class NhentaiRipper extends AbstractHTMLRipper {
|
||||
if (title == null) {
|
||||
return getAlbumTitle(url);
|
||||
}
|
||||
return title;
|
||||
return "nhentai" + title;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user