mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-13 17:34:13 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
ddc331d022
commit
af45f7ca39
@@ -241,6 +241,10 @@ 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')) {
|
||||||
@@ -303,6 +307,7 @@ public class App {
|
|||||||
opts.addOption("p", "proxy-server", true, "Use HTTP Proxy server ([user:password]@host[:port])");
|
opts.addOption("p", "proxy-server", true, "Use HTTP Proxy server ([user:password]@host[:port])");
|
||||||
opts.addOption("j", "update", false, "Update ripme");
|
opts.addOption("j", "update", false, "Update ripme");
|
||||||
opts.addOption("a","append-to-folder", true, "Append a string to the output folder name");
|
opts.addOption("a","append-to-folder", true, "Append a string to the output folder name");
|
||||||
|
opts.addOption("H", "history", false, "Set history file location.");
|
||||||
return opts;
|
return opts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user