Forum: Eventscripter
05.09.2024, 13:37
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
28.10.2023, 10:52
|
Replies: 3,086
Views: 11,542,679
@hackmonker
either two ways? or both ways
run...
@hackmonker
either two ways? or both ways
run the trigger on the event scripter, to run on is package finished?
or according to the help, use var myBoolean = myFilePackage.isFinished();
you only...
|
Forum: Eventscripter
15.04.2023, 03:06
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
07.11.2021, 23:29
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
27.12.2020, 09:26
|
Replies: 3,086
Views: 11,542,679
@dereks10
status / error messages are usually...
@dereks10
status / error messages are usually present until you restart the client.
or
Just not displayed maybe due to another attempt at downloading without error
if you double click (this...
|
Forum: Eventscripter
01.08.2020, 08:44
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
30.07.2020, 04:16
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
28.07.2020, 03:55
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
20.06.2020, 16:55
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
16.06.2020, 17:48
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
06.06.2020, 04:20
|
Replies: 3,086
Views: 11,542,679
Not sure they will make support possible as it...
Not sure they will make support possible as it would require more modern Java and then moves JD away from older Java support. Currently JD supports 1.6 =< *
using 3rd party libraries could be a...
|
Forum: Eventscripter
20.05.2020, 13:04
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
20.05.2020, 12:25
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
20.05.2020, 07:55
|
Replies: 3,086
Views: 11,542,679
@MrBojangles_
adding links to JD interface ...
@MrBojangles_
adding links to JD interface
will result in linkchecking via website or api
account based downloads
downloading method for web includes linkchecking part of the download step or...
|
Forum: Eventscripter
04.05.2020, 04:19
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
03.04.2020, 05:59
|
Replies: 3,086
Views: 11,542,679
@pir8mack
there is a map of illegal characters...
@pir8mack
there is a map of illegal characters that are changed at the core, as in before package customiser/eventscripter even knows about it, so I don't believe there is a way at this time to...
|
Forum: Eventscripter
22.03.2020, 00:57
|
Replies: 3,086
Views: 11,542,679
myBrowser.setConnectTimeout(myInt); ...
myBrowser.setConnectTimeout(myInt);
myBrowser.setReadTimeout(myInt);
which you have mentioned
timeout value within getpage is not supported.
but try and catch should work.
..
in respects...
|
Forum: Eventscripter
06.03.2020, 13:39
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
21.02.2020, 10:46
|
Replies: 3,086
Views: 11,542,679
sure you need to have some way to identify...
sure you need to have some way to identify objects within the url for instance. you can either look for what you want,.
or
block everything that is not what you want. which is a negative look...
|
Forum: Eventscripter
21.02.2020, 00:10
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
01.02.2020, 05:52
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
16.12.2019, 06:58
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
11.12.2019, 10:17
|
Replies: 3,086
Views: 11,542,679
@askin2u
Not much useful stuff is within logs...
@askin2u
Not much useful stuff is within logs other than maybe start time and finish, probably easier just using event scripter and gather info and create/update db
or do it within the core...
|
Forum: Eventscripter
10.12.2019, 22:28
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
05.10.2019, 04:13
|
Replies: 3,086
Views: 11,542,679
removing protocol and subdomain prefix might...
removing protocol and subdomain prefix might improve, but wont entirely as many sites have multiple domains, and or continually add new ones. some plugins set a unique identifier (most sites have...
|
Forum: Eventscripter
27.06.2019, 03:15
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
31.12.2018, 02:17
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
30.12.2018, 07:24
|
Replies: 3,086
Views: 11,542,679
just the way you approach it is irresponsible ...
just the way you approach it is irresponsible
if you had 50 - 100 links requesting every 15seconds is 1 request every 1.2(50links)-0.6(100links) seconds. If it did this task once an hour sure or...
|
Forum: Eventscripter
28.12.2018, 15:19
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
02.09.2018, 01:58
|
Replies: 3,086
Views: 11,542,679
@maks.im
not sure about that... event scripter...
@maks.im
not sure about that... event scripter might not have the trigger to do this at the time download is about to happen. currently the download core has a check against user interface setting:...
|
Forum: Eventscripter
28.04.2018, 01:10
|
Replies: 3,086
Views: 11,542,679
@peymanch
the filename is determined by the...
@peymanch
the filename is determined by the filename in the URL structure, this is a JD core function. If you want something different you will need to manually name it yourself via JD GUI or use...
|
Forum: Eventscripter
31.01.2018, 15:52
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
29.08.2017, 21:18
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
20.08.2017, 16:09
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
20.08.2017, 14:32
|
Replies: 3,086
Views: 11,542,679
you can either use the package customiser and...
you can either use the package customiser and remove the chars with simple filename rule
contains *_* replace with $1$2
or you can use eventscripter, my guess would be myDownloadLink.getUrl()
...
|
Forum: Eventscripter
20.08.2017, 13:08
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
16.08.2017, 21:30
|
Replies: 3,086
Views: 11,542,679
@facecat
original query
package customiser...
@facecat
original query
package customiser will work if
- plugin returns filesize && you use filesize to determine large|small
- plugin returns filename && you use filename to determine...
|
Forum: Eventscripter
16.08.2017, 07:36
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
20.07.2017, 03:28
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
09.07.2017, 09:17
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
10.05.2017, 00:26
|
Replies: 3,086
Views: 11,542,679
fyi, problem with using pause mode is sets...
fyi, problem with using pause mode is sets download speed limit also. So stop marks are probably better if you don't want this to happen, on the assumption that it's the same function in GUI as API...
|
Forum: Eventscripter
20.04.2017, 04:48
|
Replies: 3,086
Views: 11,542,679
plugins do not have data in that fashion.
they...
plugins do not have data in that fashion.
they are just methods to perform tasks.
what you're trying todo is more complicated than you realise. How are you going to measure this, one could assume...
|
Forum: Eventscripter
20.03.2017, 00:42
|
Replies: 3,086
Views: 11,542,679
|
Forum: Eventscripter
07.01.2017, 23:28
|
Replies: 3,086
Views: 11,542,679
|