1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-01 03:20:20 +02:00
This commit is contained in:
Kevin Jiang
2018-05-12 17:58:55 -04:00
committed by GitHub
parent 96bf2ad3a7
commit a670de675a

View File

@@ -121,7 +121,7 @@ public class DeviantartRipper extends AbstractHTMLRipper {
String username = Utils.getConfigString("deviantart.username", new String(Base64.decode("Z3JhYnB5")));
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.");
cookies.put("agegate_state","1"); // Bypasses the age gate
} else {