mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-25 06:41:20 +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();
|
Utils.configureLogger();
|
||||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||||
|
|
||||||
|
if (cl.hasOption('H')) {
|
||||||
|
Utils.setConfigString("history.location", cl.getOptionValue('H'))
|
||||||
|
}
|
||||||
|
|
||||||
//Allow file overwriting
|
//Allow file overwriting
|
||||||
if (cl.hasOption('w')) {
|
if (cl.hasOption('w')) {
|
||||||
@@ -241,10 +245,6 @@ public class App {
|
|||||||
logger.error("[!] Failed reading file containing list of URLs. Cannot continue.");
|
logger.error("[!] Failed reading file containing list of URLs. Cannot continue.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cl.hasOption('H')) {
|
|
||||||
String historylocation = cl.getOptionValue('H');
|
|
||||||
}
|
|
||||||
|
|
||||||
//The URL to rip.
|
//The URL to rip.
|
||||||
if (cl.hasOption('u')) {
|
if (cl.hasOption('u')) {
|
||||||
|
Reference in New Issue
Block a user