This commit is contained in:
Kevin Jiang 2018-05-12 17:58:55 -04:00 committed by GitHub
parent 96bf2ad3a7
commit a670de675a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ public class DeviantartRipper extends AbstractHTMLRipper {
String username = Utils.getConfigString("deviantart.username", new String(Base64.decode("Z3JhYnB5"))); String username = Utils.getConfigString("deviantart.username", new String(Base64.decode("Z3JhYnB5")));
String password = Utils.getConfigString("deviantart.password", new String(Base64.decode("ZmFrZXJz"))); String password = Utils.getConfigString("deviantart.password", new String(Base64.decode("ZmFrZXJz")));
if(username == null || password == null) { if (username == null || password == null) {
logger.debug("No DeviantArt login provided."); logger.debug("No DeviantArt login provided.");
cookies.put("agegate_state","1"); // Bypasses the age gate cookies.put("agegate_state","1"); // Bypasses the age gate
} else { } else {