mc
This commit is contained in:
@@ -30,12 +30,12 @@ public class ToolboxDirectVideoExporter {
|
||||
|
||||
private static Logger log = Logger.getLogger(ToolboxDirectVideoExporter.class);
|
||||
|
||||
String cookie = "userid=1041; ASP.NET_SessionId=g2zgjcvnbrel3stxt1zm05ra";
|
||||
String cookie = "userid=1041; ASP.NET_SessionId=jstd1k5vb2mq3w43nheltuqc";
|
||||
boolean proxy = true;
|
||||
static final String baseDir = "F:\\Toolbox\\Movies\\";
|
||||
|
||||
static final String viewStateMarker = "id=\"__VIEWSTATE\" value=\"";
|
||||
static final String eventValidationMarker = "id=\"__EVENTVALIDATION\" value=\"";
|
||||
static final String baseDir = "F:\\Toolbox\\Movies\\";
|
||||
|
||||
CloseableHttpClient httpClient = HttpClients.createDefault();
|
||||
HttpHost target = new HttpHost("bayertoolbox.com", 443, "https");
|
||||
@@ -164,7 +164,7 @@ public class ToolboxDirectVideoExporter {
|
||||
|
||||
public static void main(String[] args) {
|
||||
try {
|
||||
Layout layout = new PatternLayout("%p %m%n"); // "%d{ISO8601} - %p %m%n"
|
||||
Layout layout = new PatternLayout("%d{ISO8601} - %p %m%n");
|
||||
BasicConfigurator.configure(new ConsoleAppender(layout));
|
||||
BasicConfigurator.configure(new RollingFileAppender(layout, "F:\\Toolbox\\Movies\\download.log", true));
|
||||
Logger.getRootLogger().setLevel(Level.INFO);
|
||||
|
||||
Reference in New Issue
Block a user