mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 13:33:18 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
4242ceb462
commit
2de2b4a0fa
@@ -115,6 +115,10 @@ public class App {
|
||||
|
||||
Utils.configureLogger();
|
||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||
|
||||
if (cl.hasOption('H')) {
|
||||
Utils.setConfigString("history.location", cl.getOptionValue('H'))
|
||||
}
|
||||
|
||||
//Allow file overwriting
|
||||
if (cl.hasOption('w')) {
|
||||
@@ -241,10 +245,6 @@ public class App {
|
||||
logger.error("[!] Failed reading file containing list of URLs. Cannot continue.");
|
||||
}
|
||||
}
|
||||
|
||||
if (cl.hasOption('H')) {
|
||||
String historylocation = cl.getOptionValue('H');
|
||||
}
|
||||
|
||||
//The URL to rip.
|
||||
if (cl.hasOption('u')) {
|
||||
|
Reference in New Issue
Block a user