Minor rweak to 8muses album naming

This commit is contained in:
cyian-1756 2017-10-21 20:22:05 -04:00
parent 9ad44f4ba0
commit 2c131e37ee

View File

@ -114,6 +114,7 @@ public class EightmusesRipper extends AbstractHTMLRipper {
String albumTitle = subPage.select("meta[name=description]").attr("content"); String albumTitle = subPage.select("meta[name=description]").attr("content");
albumTitle = albumTitle.replace("A huge collection of free porn comics for adults. Read ", ""); albumTitle = albumTitle.replace("A huge collection of free porn comics for adults. Read ", "");
albumTitle = albumTitle.replace(" online for free at 8muses.com", ""); albumTitle = albumTitle.replace(" online for free at 8muses.com", "");
albumTitle = albumTitle.replace(" ", "_");
// albumTitle = albumTitle.replace("Sex and Porn Comics", ""); // albumTitle = albumTitle.replace("Sex and Porn Comics", "");
// albumTitle = albumTitle.replace("|", ""); // albumTitle = albumTitle.replace("|", "");
// albumTitle = albumTitle.replace("8muses", ""); // albumTitle = albumTitle.replace("8muses", "");