JDownloader Community - Appwork GmbH
 

Notices

Showing results 1 to 50 of 50
Search took 0.00 seconds.
Search: Posts Made By: Demongornot
Forum: JDownloader 2 21.10.2019, 04:36
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
@pspzockerscene Were you aware that the...

@pspzockerscene Were you aware that the discussion was purposefully not posted in this thread as asked by Jiaz and this is a conscious decision or did you merged it ignoring Jiaz made this request ?...
Forum: JDownloader 2 14.10.2019, 18:14
Replies: 19
Views: 6,710
Posted By Demongornot
I am retrofitting my script prototype with your...

I am retrofitting my script prototype with your code !
So if I understand, we can use a condition with "return" to return the data passed as argument in the function when the condition is true ?
I...
Forum: JDownloader 2 14.10.2019, 02:17
Replies: 19
Views: 6,710
Posted By Demongornot
That's an awesome code ! I discovered the...

That's an awesome code !
I discovered the "getChildren" method only after I posted the comment, because in my code I didn't created the "History" folder and it didn't work at first, so looking for a...
Forum: JDownloader 2 13.10.2019, 22:19
Replies: 19
Views: 6,710
Posted By Demongornot
When I mean undeterminable, I meant that, in...

When I mean undeterminable, I meant that, in order to read said file to check for dupe, it would require to test all possible dates to find the file, from "host.com (script creation date).txt" to...
Forum: JDownloader 2 13.10.2019, 20:22
Replies: 19
Views: 6,710
Posted By Demongornot
The issue there would be that I'll need to make a...

The issue there would be that I'll need to make a code to access files with an indeterminable name, it is easier to go through "host.com 0.txt" to "host.com 19.txt" than "host.com xx:xx.txt"....
Forum: JDownloader 2 13.10.2019, 03:13
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
@Jiaz @mgpai Here it is :...

@Jiaz @mgpai
Here it is : Link_not_visible
And don't worry, no one forbid you to have a life :thumbup:
Forum: JDownloader 2 13.10.2019, 03:10
Replies: 19
Views: 6,710
Posted By Demongornot
EventScripter: Anti duplicates history Script

In answer to this :


Here is the post, and here I'll post the prototype code for the first part of the script which is to save finished downloads in files.

CAUTION : I've done writing it and I...
Forum: JDownloader 2 11.10.2019, 00:06
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
I tested your 2 codes and mine and I got to the...

I tested your 2 codes and mine and I got to the conclusion that mine and your second one does the same thing but your first on get trouble when the "DownloadHost" differ from what is in the url.
...
Forum: JDownloader 2 10.10.2019, 20:44
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Good, I was afraid it could be a list of URL...

Good, I was afraid it could be a list of URL split by a comma or something like that.

Awesome code, I haven't learn how to control those string and character yet for regular expression, replace...
Forum: JDownloader 2 09.10.2019, 23:53
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Great :biggrin: By the way, am I good using...

Great :biggrin:
By the way, am I good using only http, https and ftp as protocols ?
I read that JDownloader also support Metalinks and Podcasts, and I don't know how those protocols work, as what I...
Forum: JDownloader 2 09.10.2019, 22:46
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
No problems So I'll make files title being...

No problems
So I'll make files title being getDownloadHost_number.txt containing lines being shortURL.
Considering the default path will be JD_HOME + '\\History' this isn't really for user but...
Forum: JDownloader 2 09.10.2019, 21:47
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Is it really necessary to keep the domain name as...

Is it really necessary to keep the domain name as the file in which short URL would be saved will be already named as the the domain name ?
Or do you suggesting that this isn't enough as...
Forum: JDownloader 2 09.10.2019, 17:40
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
I couldn't trigger a mirror link status even with...

I couldn't trigger a mirror link status even with two identical files (same size, different host, different name but in advanced settings I turned off name matching).

Anyway, after experimenting I...
Forum: JDownloader 2 08.10.2019, 00:20
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
@raztoki I'll try to use the plugin uid rather...

@raztoki I'll try to use the plugin uid rather than host when this is possible then.

@mgpai
Could you provide me urls that would create mirror links recognised by JDownloader.
I don't know how...
Forum: JDownloader 2 05.10.2019, 04:16
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
@mgpai thanks a lot but I already started working...

@mgpai thanks a lot but I already started working on the script using one for finished downloads and another for new links where I use "A Download Stopped" + checking "myDownloadLink.isFinished();"...
Forum: JDownloader 2 02.10.2019, 02:06
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Hello ! Well basically, you touched BASIC,...

Hello !
Well basically, you touched BASIC, Assembler and C like language which are 3 notable really different programming language syntax wise (I haven't learned the other yet so I can't speak for...
Forum: JDownloader 2 01.10.2019, 22:16
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
That's the opposite for me, I'm not a Java guy,...

That's the opposite for me, I'm not a Java guy, though I know enough C and C++ to be familiar with the syntax and base of it, I did learn a bit of PHP a decade ago, PHP is a little different, but it...
Forum: JDownloader 2 01.10.2019, 16:34
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
With the code I described, it will allow to...

With the code I described, it will allow to basically self update the sticky while, in the script's thread, showing the script post's links before the first post.
Though the code in the first post...
Forum: JDownloader 2 01.10.2019, 13:02
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
I wasn't thinking about making the first post of...

I wasn't thinking about making the first post of the thread the latest version, you could make this the standard of you want, but I it would probably require a lot of team interversion to...
Forum: General Discussion 27.09.2019, 21:01
Replies: 1
[Developer Feedback required] Forum Link Redirect issue
Views: 1,476
Posted By Demongornot
Forum Link Redirect issue

After I got given links to the API Documentation, I saw an issue where the link's tag was lost during the redirection from "privatelink".

Making the link :...
Forum: General Discussion 27.09.2019, 20:54
Replies: 1
[Developer Feedback required] Forum CODE block issue
Views: 1,680
Posted By Demongornot
Forum CODE block issue

Just a little report, the CODE block, that is :
This one !
When viewing the post who contain it from a thread work fine, but when viewing a single post, the post itself spread across the whole...
Forum: JDownloader 2 27.09.2019, 20:44
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
It's all up to you to take the final decision. ...

It's all up to you to take the final decision.
I wasn't talking about only an index but rather both a subforum which include a pinned index thread, which would work exactly as you described while...
Forum: JDownloader 2 27.09.2019, 13:35
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
@Jiaz I agree, a subforum for development (which...

@Jiaz I agree, a subforum for development (which could include a thread for functions/methods request), API and scripts in general and another for scripts request and posting, though a main thread...
Forum: JDownloader 2 26.09.2019, 20:16
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
I think the best would be a thread created and...

I think the best would be a thread created and handled by mods/admins and superior, with only script request, resulting script and script without request and related discussions, the first post...
Forum: JDownloader 2 26.09.2019, 16:45
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Well...Using "job.setAssignJobID(true);" on "New...

Well...Using "job.setAssignJobID(true);" on "New Crawler Job" trigger cause that :
"TypeError: Cannot find function setAssignJobID in object...
Forum: JDownloader 2 26.09.2019, 14:03
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
@mgpai Thanks you ! Just a question, if I use...

@mgpai Thanks you !
Just a question, if I use this command after the first link has been added, will said link still be referenced ?

@Jiaz
It increase the memory only during the crawling...
Forum: JDownloader 2 26.09.2019, 11:54
Replies: 14
Views: 19,772
Posted By Demongornot
What you are looking for is the "Resuming File...

What you are looking for is the "Resuming File Transfers" section of Curl's doc.
Use CTRL + F to search for words in a page (should work with all web browser), and search for "Resuming", it appear...
Forum: JDownloader 2 25.09.2019, 20:58
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Well I tried "queryLinkCrawlerJobs" using this : ...

Well I tried "queryLinkCrawlerJobs" using this :

var eventX = event;
if (eventX.publisher == 'linkcrawler' && eventX.id == 'STARTED') {
var dt = JSON.parse(eventX.data);
var jid =...
Forum: JDownloader 2 25.09.2019, 15:28
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Ok I see, thanks for the answer, I would still...

Ok I see, thanks for the answer, I would still like to use API event if possible because it would allow to use a single script.
Obviously my first though was to use two script, one at new link added...
Forum: JDownloader 2 25.09.2019, 14:10
Replies: 14
Views: 19,772
Posted By Demongornot
@pspzockerscene He has a single ".part" file,...

@pspzockerscene
He has a single ".part" file, so the tools @raztoki gave (thanks you for that btw) should work.
@darktron you will find the doc of wget and curl here :
...
Forum: JDownloader 2 25.09.2019, 14:04
Replies: 12
Views: 2,227
Posted By Demongornot
Confirmed it is fixed, thanks for that quick...

Confirmed it is fixed, thanks for that quick update !
@taychive Your welcome !
Forum: JDownloader 2 25.09.2019, 12:39
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Well for the script of anti double downloads, I...

Well for the script of anti double downloads, I try to use only one script using API trigger, so far by looking at all API call using "alert(event);" during download end and adding links to the link...
Forum: JDownloader 2 25.09.2019, 08:23
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
How can I get the list of added crawled links...

How can I get the list of added crawled links from a crawler id or a job id when it is finished ?

I tried multiples things using JSON and objects but I always got error...
var lscq = '{\r\n ...
Forum: JDownloader 2 24.09.2019, 13:38
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Sorry but I did not understand this sentence,...

Sorry but I did not understand this sentence, could you please reformulate differently ?



Thanks for those advices !
I'll make one file per host as it sound better, I might actually try and...
Forum: JDownloader 2 24.09.2019, 12:51
Replies: 12
Views: 2,227
Posted By Demongornot
True ! I didn't notice that it only freeze...

True ! I didn't notice that it only freeze JDownloader when it is called from a button.
I tried with other trigger such as interval or a download stopped, sleep and alert don't cause JDownloader to...
Forum: JDownloader 2 24.09.2019, 01:45
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Your welcome, though I'll do it tomorrow, bed...

Your welcome, though I'll do it tomorrow, bed time now.



Not sure yet, it will depend on how JD handle multiple script instance on the same file, it could be both (read only for the file and...
Forum: JDownloader 2 24.09.2019, 01:35
Replies: 14
Views: 19,772
Posted By Demongornot
So you may have encounter a bug right in the...

So you may have encounter a bug right in the middle of the download and the file 00_00 in the zip saved the link state after this bug, try maybe to put "null" at "current" and "chunkProgress", maybe...
Forum: JDownloader 2 24.09.2019, 00:02
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Ok, that mean I'll code it so, it detect...

Ok, that mean I'll code it so, it detect duplicates when the files are added in the link grabber, automatically disable them and put in their comment that they are duplicate, leaving the user free to...
Forum: JDownloader 2 23.09.2019, 23:51
Replies: 14
Views: 19,772
Posted By Demongornot
Technically it doesn't matter, it will probably...

Technically it doesn't matter, it will probably just create a new zip file, as long as you use the good previous zip file (technically you don't even need to go through your backup, those zip files...
Forum: JDownloader 2 23.09.2019, 21:32
Replies: 14
Views: 19,772
Posted By Demongornot
If you have backed up the cfg files before trying...

If you have backed up the cfg files before trying to restart it, try this :

You'll need an advanced text editor, like Notepad++ (not the regular windows notepad), don't worry it is free and don't...
Forum: JDownloader 2 23.09.2019, 17:15
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
I can try and make it for you, I am not familiar...

I can try and make it for you, I am not familiar with .csv files so I'll simply make a text file with each URL as line, if you insist I can learn to work with csv and make it use them.
But I'll...
Forum: JDownloader 2 23.09.2019, 16:22
Replies: 12
Views: 2,227
Posted By Demongornot
I also noticed that, you'll need to uncheck the...

I also noticed that, you'll need to uncheck the "Synchronous execution of script" option of your script.
Apparently when this is checked, JDownloader stop all tasks to run the script and wait for...
Forum: JDownloader 2 23.09.2019, 11:33
Replies: 14
[Developer Feedback required] How do I accomplish this?
Views: 2,959
Posted By Demongornot
Here is a screenshot of the Queue Script when I...

Here is a screenshot of the Queue Script when I was developing it, it show what key words it accept or not, might be more intuitive than the explanations I gave.
https://imgur.com/a/pnnJ2kj
Forum: JDownloader 2 22.09.2019, 19:28
Replies: 14
[Developer Feedback required] How do I accomplish this?
Views: 2,959
Posted By Demongornot
Thanks my hero !!! :thumbup: My code for the...

Thanks my hero !!! :thumbup:

My code for the Auto Queue Script is done and passed my basic testing, every instructions are written as comment inside it, here is the code :

/*
Auto Queue Script...
Forum: JDownloader 2 22.09.2019, 14:36
Replies: 14
[Developer Feedback required] How do I accomplish this?
Views: 2,959
Posted By Demongornot
Well by default this is disabled, you...

Well by default this is disabled, you automatically subscribe to a thread when you post on it or create it, you can manage your subscribed threads by going to the main navigation bar (where there is...
Forum: JDownloader 2 18.09.2019, 21:00
Replies: 14
[Developer Feedback required] How do I accomplish this?
Views: 2,959
Posted By Demongornot
I guess that mean you saw my Youtube Subtitle...

I guess that mean you saw my Youtube Subtitle Script thingy :biggrin:
Lets say that some script like the Subtitle one I wanted/needed them, but others like the Scheduler is more for helping, in both...
Forum: JDownloader 2 18.09.2019, 16:49
Replies: 14
[Developer Feedback required] How do I accomplish this?
Views: 2,959
Posted By Demongornot
Thanks you ! Well since this isn't really what...

Thanks you !
Well since this isn't really what OP asked for, I'll make a queue script and post it here too, then I'll combine both into a queue and starting time script (as OP asked for) that I'll...
Forum: JDownloader 2 18.09.2019, 16:40
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Sorry for the delay and thanks a lot for the...

Sorry for the delay and thanks a lot for the answer, it took me a while but I made a script thanks to your informations.

Here is my script : Youtube Smart Subtitle Selector Script.
As it name...
Forum: JDownloader 2 15.09.2019, 05:50
Replies: 2,841
Views: 10,179,270
Posted By Demongornot
Hello, does anyone know what code I would need to...

Hello, does anyone know what code I would need to write to access and control the Youtube Plugin for adding, deleting and changing or selecting subtitles language ".srt" files for Youtube video in...
Forum: JDownloader 2 15.09.2019, 05:33
Replies: 14
[Developer Feedback required] How do I accomplish this?
Views: 2,959
Posted By Demongornot
Hello, I am new on this forum, I originally...

Hello, I am new on this forum, I originally registered to ask questions about scripting, then I saw your post @athydwsz and I wrote a script to enable you to have this feature in JDownloader 2.
I...
Showing results 1 to 50 of 50

 
Forum Jump
All times are GMT +2. The time now is 12:59.
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 - 2024, Jelsoft Enterprises Ltd.