JDownloader Community - Appwork GmbH
 

Showing results 1 to 44 of 44
Search took 0.00 seconds.
Search: Posts Made By: raztoki
Forum: Eventscripter 05.09.2024, 13:37
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@John19234 Usually AV software scan everything...

@John19234
Usually AV software scan everything by default and you need to opt out of locations it wont scan. Maybe with the exception of network paths.
Forum: Eventscripter 28.10.2023, 10:52
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@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
Posted By raztoki
alternatively you could assign a keyboard hotkey...

alternatively you could assign a keyboard hotkey and trigger it in that manner, within the current framework.
Forum: Eventscripter 07.11.2021, 23:29
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@mrjjones yes for some reason you cant have any...

@mrjjones
yes for some reason you cant have any spaces between switches and/or user defined section, must be all separated.

@Gbyte
unfortunately it has nothing todo with your account type,...
Forum: Eventscripter 27.12.2020, 09:26
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@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
Posted By raztoki
@Mydgard google translate not perfect, I covered...

@Mydgard google translate not perfect, I covered by basis with either telling you if you disable it will package all into respective package names, else you could increase the threshold to package...
Forum: Eventscripter 30.07.2020, 04:16
Replies: 3,086
Views: 11,542,679
Posted By raztoki
playlist for youtube? check settings > plugins >...

playlist for youtube? check settings > plugins > youtube
as it has pre defined playlist options there, with a default on ask.
Forum: Eventscripter 28.07.2020, 03:55
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@Mydgard verschiedene dateien = various files ...

@Mydgard
verschiedene dateien = various files
in english the title is just various, you can disable various in advanced settings
settings > advanced settings >...
Forum: Eventscripter 20.06.2020, 16:55
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@Dockel not youtube website, JD > settings >...

@Dockel
not youtube website, JD > settings > plugins > youtube
Forum: Eventscripter 16.06.2020, 17:48
Replies: 3,086
Views: 11,542,679
Posted By raztoki
re: youtube change variant, might be just easier...

re: youtube change variant, might be just easier to change plugin settings just delete the entries, add them back again. There is cache so they wont have to scrape each video again. All info is...
Forum: Eventscripter 06.06.2020, 04:20
Replies: 3,086
Views: 11,542,679
Posted By raztoki
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
Posted By raztoki
arh so its cookie based. so ip resetting most...

arh so its cookie based. so ip resetting most likely wont be a workable solution then
Forum: Eventscripter 20.05.2020, 12:25
Replies: 3,086
Views: 11,542,679
Posted By raztoki
if your using crawler rules, probably also means...

if your using crawler rules, probably also means you're downloading wiht directhttp plugin which means no in plugin support for captcha for that service. so yes what psp said is that you do need...
Forum: Eventscripter 20.05.2020, 07:55
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@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
Posted By raztoki
@markifi believe each switch has to be wrapped...

@markifi
believe each switch has to be wrapped between "", just how java ProcessBuilderFactory requires inputs. the javascript call is just wrapped into a Java command.

there are some working...
Forum: Eventscripter 03.04.2020, 05:59
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@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
Posted By raztoki
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
Posted By raztoki
most sites have dedicated plugins, so you need to...

most sites have dedicated plugins, so you need to find them. The easiest way is to download the source code (check the getting started guide). OR use logs to see which plugin then find the source for...
Forum: Eventscripter 21.02.2020, 10:46
Replies: 3,086
Views: 11,542,679
Posted By raztoki
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
Posted By raztoki
regex, (?!keyword|s) regex101 dot com is good...

regex, (?!keyword|s)
regex101 dot com is good to help write patterns. Place in sample of content to match against with some that junk and you can see whats what.
Forum: Eventscripter 01.02.2020, 05:52
Replies: 3,086
Views: 11,542,679
Posted By raztoki
I kinda hinted at chunking, jd core is not good...

I kinda hinted at chunking, jd core is not good with many chunks. slighest issue with one of the connection all the good ones are terminated, and download is restarted just to resume one of the...
Forum: Eventscripter 16.12.2019, 06:58
Replies: 3,086
Views: 11,542,679
Posted By raztoki
adding a filter wont mean the decryption task...

adding a filter wont mean the decryption task will finish though.
creating a crontab like event in theory is good. but realistically when dupes are found decryption task should end.
Forum: Eventscripter 11.12.2019, 10:17
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@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
Posted By raztoki
@askin2u as is the log function jd core? or...

@askin2u
as is the log function jd core? or some more eventscripter function ?
if its jd core then logging function currently is core function.

raztoki
Forum: Eventscripter 05.10.2019, 04:13
Replies: 3,086
Views: 11,542,679
Posted By raztoki
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
Posted By raztoki
@dankmemer core feature already does that, so a...

@dankmemer
core feature already does that, so a script wont be needed.
settings > advanced settings > GeneralSettings.mirrordetectiondecision == FILENAME_FILESIZE
Forum: Eventscripter 31.12.2018, 02:17
Replies: 3,086
Views: 11,542,679
Posted By raztoki
I read what you wrote buddy and fully understand...

I read what you wrote buddy and fully understand what you said. I even agree with you that 10 parts it shouldnt create a ddos event (maybe it would with multiple hundred+ would more likely create...
Forum: Eventscripter 30.12.2018, 07:24
Replies: 3,086
Views: 11,542,679
Posted By raztoki
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
Posted By raztoki
irresponsible type of request, that could/would...

irresponsible type of request, that could/would create ddos event....
Forum: Eventscripter 02.09.2018, 01:58
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@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
Posted By raztoki
@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
Posted By raztoki
@Buggys not possible if its core controlled...

@Buggys
not possible if its core controlled which it is in this case.
Forum: Eventscripter 29.08.2017, 21:18
Replies: 3,086
Views: 11,542,679
Posted By raztoki
no he meant another JDownloader install with a...

no he meant another JDownloader install with a GUI not webui.

gui jd
copy paste into the event scripter
then goto advanced > copy the advanced setting, this will contain all the json...
Forum: Eventscripter 20.08.2017, 16:09
Replies: 3,086
Views: 11,542,679
Posted By raztoki
good stuff Have fun with your filename...

good stuff

Have fun with your filename renamer ;]
Forum: Eventscripter 20.08.2017, 14:32
Replies: 3,086
Views: 11,542,679
Posted By raztoki
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
Posted By raztoki
link gethost isn't the domain of the site, its...

link gethost isn't the domain of the site, its the plugin names entry
hence 'http links' as its supported by directhttp plugin
Forum: Eventscripter 16.08.2017, 21:30
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@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
Posted By raztoki
note: some limitations some plugins do not give...

note: some limitations
some plugins do not give accurate filesize information
some plugins do not offer filesize information

using the eventscripter is the only effective solution, not...
Forum: Eventscripter 20.07.2017, 03:28
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@Dedi sounds more like a extraction issue vs...

@Dedi
sounds more like a extraction issue vs event scripter.
do you use recursive extraction ? think the setting is 'Extraction.deepextractionenabled' within advanced setting.

raztoki
Forum: Eventscripter 09.07.2017, 09:17
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@kogepan usually placed in separate packages...

@kogepan
usually placed in separate packages due to sub directories within the pan folder url
not sure about your query though, need to wait for mgpai or jiaz to respond
Forum: Eventscripter 10.05.2017, 00:26
Replies: 3,086
Views: 11,542,679
Posted By raztoki
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
Posted By raztoki
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
Posted By raztoki
@userking no need for event scripter, use the...

@userking
no need for event scripter, use the scheduler. That's its intended purpose.
Forum: Eventscripter 07.01.2017, 23:28
Replies: 3,086
Views: 11,542,679
Posted By raztoki
@Tyler check the editor, it has doco on each...

@Tyler
check the editor, it has doco on each method which is available.

raztoki
Showing results 1 to 44 of 44

 
Forum Jump
All times are GMT +2. The time now is 00:08.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.