Update ImagearnRipper.java
This commit is contained in:
parent
bc2e099093
commit
bf746aadbc
@ -80,7 +80,7 @@ public class ImagearnRipper extends AbstractHTMLRipper {
|
||||
try {
|
||||
Document doc = getFirstPage();
|
||||
String title = doc.select("h3 > strong").first().text(); // profile name
|
||||
return getHost() + "_" + title;
|
||||
return getHost() + "_" + title + getGID();;
|
||||
} catch (Exception e) {
|
||||
// Fall back to default album naming convention
|
||||
logger.warn("Failed to get album title from " + url, e);
|
||||
|
Loading…
Reference in New Issue
Block a user