diff --git a/IVLEDownloader.exe b/IVLEDownloader.exe new file mode 100644 index 0000000..7e82310 Binary files /dev/null and b/IVLEDownloader.exe differ diff --git a/IVLEDownloader.pro b/IVLEDownloader.pro index b39aefa..97dee78 100644 --- a/IVLEDownloader.pro +++ b/IVLEDownloader.pro @@ -17,7 +17,7 @@ TARGET = IVLEDownloader TEMPLATE = app -DEFINES += APIKEY=\\\"k0z3B5Ng9rhy3MKVAKsGG\\\" \ +DEFINES += APIKEY=\\\"dy1R6cs39qzjQamrIzX6U\\\" \ MAXRECENT=5 SOURCES += main.cpp\ diff --git a/README.md b/README.md index 003f975..466b95a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +# 11 Apr 2018 + +Windows release version: +### [Download](https://github.com/denunciator/IVLEDownloader/blob/master/IVLEDownloader.exe?raw=true) + +Get the original from [here](https://github.com/yyjhao/IVLEDownloader/releases/tag/V1.1) and overwrite with the above .exe file. + +See https://github.com/yyjhao/IVLEDownloader/issues/14 for context. + + + + # Overview This is simple Qt daemon to automatically download [National University of Singapore](http://www.nus.edu.sg/)'s diff --git a/externalpageparser.h b/externalpageparser.h index 51225e7..bb74935 100644 --- a/externalpageparser.h +++ b/externalpageparser.h @@ -4,8 +4,7 @@ #include #include #include -#include -#include +#include #include #include #include "promise.h" diff --git a/ivlefetcher.cpp b/ivlefetcher.cpp index a842d1e..44daabf 100644 --- a/ivlefetcher.cpp +++ b/ivlefetcher.cpp @@ -103,7 +103,7 @@ void IVLEFetcher::start(){ return Promise::all(ps, this->session); })->then([=](const QVariant& data){ emit statusUpdate(complete); - timer->start(300000); + timer->start(3600000); qDebug()<start(300000); + timer->start(3600000); } }); } diff --git a/settingsdialog.h b/settingsdialog.h index 6b577e9..9185da2 100644 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -7,7 +7,7 @@ #define SETTINGSDIALOG_H #include -#include +#include #include #include #include