Forum: JDownloader 2
16.01.2021, 10:52
|
Replies: 1,645
Views: 375,045
You can use String/RegExp Object methods: ...
You can use String/RegExp Object methods:
str1.indexOf(str2) > -1; // boolean
new RegExp(str2).test(str1) // boolean
JD uses Rhino/ES5 version. ES6 methods like 'includes' are not supported....
|
Forum: JDownloader 2
15.01.2021, 17:23
|
Replies: 1,645
Views: 375,045
|
Forum: Decrypter Plugin Reports
12.01.2021, 18:30
|
Replies: 18
Views: 211
|
Forum: JDownloader 2
07.01.2021, 16:59
|
Replies: 11
Views: 344
|
Forum: JDownloader 2
07.01.2021, 08:35
|
Replies: 1,645
Views: 375,045
// Get link property
String.prototype.prop =...
// Get link property
String.prototype.prop = function() {
return link.getProperty(this);
};
It is not a a JQuery method. It is prototype added by me to the Javascript String object and...
|
Forum: JDownloader 2
06.01.2021, 17:37
|
Replies: 11
Views: 344
You can use the isCrawling...
You can use the isCrawling (Link_not_visibleand isCollecting (Link_not_visibleMYJD API methods to check/wait for crawling/collecting...
|
Forum: JDownloader 2
31.12.2020, 11:20
|
Replies: 17
Views: 551
Related post...
Related post (https://board.jdownloader.org/showpost.php?p=477530&postcount=16)
|
Forum: Problems & Bug Reports
31.12.2020, 11:13
|
Replies: 19
Views: 957
|
Forum: JDownloader 2
30.12.2020, 11:51
|
Replies: 1,645
Views: 375,045
// Convert aac/m4a/ogg files to mp3.
// Trigger...
// Convert aac/m4a/ogg files to mp3.
// Trigger required: "A Download Stopped".
// Requires ffmpeg/ffprobe. Uses JD ffmpeg/ffprobe settings if available.
// Overwrites destination file (mp3) if it...
|
Forum: Suggestions & Requests
29.12.2020, 05:36
|
Replies: 10
Views: 280
|
Forum: Wünsche
28.12.2020, 18:04
|
Replies: 8
Views: 213
|
Forum: Wünsche
28.12.2020, 17:30
|
Replies: 8
Views: 213
|
Forum: Wünsche
28.12.2020, 16:54
|
Replies: 8
Views: 213
@Jiaz: A workaround is possible to sort ALL...
@Jiaz: A workaround is possible to sort ALL download packages, using array sort and movePackages MYJD API method in eventscripter, either at user-specified time(s), using 'interval' trigger or by...
|
Forum: JDownloader 2
28.12.2020, 06:06
|
Replies: 1,645
Views: 375,045
The script just passes the command to ffprobe,...
The script just passes the command to ffprobe, which fails to return valid JSON data. Most likely caused by ffprobe version which is not compatible (or corrupted?) with the encoded file. Can be...
|
Forum: JDownloader 2
27.12.2020, 07:20
|
Replies: 1,645
Views: 375,045
You can post the log ID in this thread. The...
You can post the log ID in this thread. The developers may be able to check/fix the issue or provide me the necessary information to create a script.
In the meanwhile, you can also try THIS...
|
Forum: JDownloader 2
25.12.2020, 08:00
|
Replies: 1,645
Views: 375,045
|
Forum: Suggestions & Requests
24.12.2020, 11:12
|
Replies: 6
Views: 800
|
Forum: JDownloader 2
24.12.2020, 11:00
|
Replies: 10
Views: 390
|
Forum: JDownloader 2
11.12.2020, 20:02
|
Replies: 1,645
Views: 375,045
|
Forum: JDownloader 2
11.12.2020, 18:18
|
Replies: 1,645
Views: 375,045
|
Forum: Wünsche
10.12.2020, 23:32
|
Replies: 145
Views: 11,425
For YT links, the script has been modified to...
For YT links, the script has been modified to match the video url and not the variant url, which means when you add YR links to JD, all variants of that video url, should automatically be disabed Is...
|
Forum: Wünsche
10.12.2020, 22:53
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
10.12.2020, 17:23
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
10.12.2020, 14:29
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
10.12.2020, 13:28
|
Replies: 145
Views: 11,425
Replacement scripts
Script #1
/*
...
Replacement scripts
Script #1
/*
Move selected links from linkgrabber list to history file
Trigger required: Linkgrabber Contextmenu Button Pressed
Customize linkgrabber context...
|
Forum: Wünsche
10.12.2020, 12:21
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
10.12.2020, 04:26
|
Replies: 145
Views: 11,425
|
Forum: Problems & Bug Reports
09.12.2020, 19:49
|
Replies: 9
Views: 610
|
Forum: Problems & Bug Reports
09.12.2020, 19:38
|
Replies: 9
Views: 610
|
Forum: Wünsche
09.12.2020, 17:26
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
09.12.2020, 15:06
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
09.12.2020, 14:38
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
08.12.2020, 19:52
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
08.12.2020, 17:28
|
Replies: 145
Views: 11,425
|
Forum: JDownloader 2
08.12.2020, 16:50
|
Replies: 90
Views: 2,365
|
Forum: JDownloader 2
08.12.2020, 15:52
|
Replies: 90
Views: 2,365
|
Forum: JDownloader 2
08.12.2020, 15:21
|
Replies: 90
Views: 2,365
|
Forum: JDownloader 2
08.12.2020, 14:53
|
Replies: 90
Views: 2,365
/*
Disable duplicate link in Lingrabber
...
/*
Disable duplicate link in Lingrabber
Trigger required: A new link has been added
*/
var link = crawledLink;
if (link.availableState == "ONLINE") {
var name = "history";
...
|
Forum: JDownloader 2
06.12.2020, 13:11
|
Replies: 1,645
Views: 375,045
|
Forum: JDownloader 2
06.12.2020, 10:12
|
Replies: 4
Views: 429
You can create a Packagizer...
You can create a Packagizer (Link_not_visiblerule.
Example:
If > File name > contains: index-v1-a1
then set > Package Name : my...
|
Forum: Wünsche
04.12.2020, 17:21
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
04.12.2020, 16:31
|
Replies: 145
Views: 11,425
One more is one too many. :)
Implemented in...
One more is one too many. :)
Implemented in existing script with slight changes. Also added availablestate check to the script.
/*
Add finished download links from selection to history,...
|
Forum: JDownloader 2
04.12.2020, 15:12
|
Replies: 1,645
Views: 375,045
/*
View recent JD update log(s)
...
/*
View recent JD update log(s)
Trigger: Interval
*/
var myInterval = 600000; // check for new update logs every x milliseonds
if (interval == myInterval) {
var editor =...
|
Forum: Wünsche
04.12.2020, 11:55
|
Replies: 145
Views: 11,425
|
Forum: Wünsche
03.12.2020, 21:14
|
Replies: 145
Views: 11,425
If the urls were already present in the history...
If the urls were already present in the history file at the time of adding them to LG list, it will be (should be) marked as duplicate by the script. Only time they would not be marked as such is, if...
|
Forum: Wünsche
03.12.2020, 17:10
|
Replies: 145
Views: 11,425
|
Forum: JDownloader 2
30.11.2020, 13:13
|
Replies: 90
Views: 2,365
|
Forum: General Discussion
29.11.2020, 14:38
|
Replies: 2
Views: 357
|
Forum: Allgemeine Diskussion
29.11.2020, 13:11
|
Replies: 4
Views: 338
|
Forum: Suggestions & Requests
26.11.2020, 23:05
|
Replies: 54
Views: 2,500
If your selection method is not arbitrary, you...
If your selection method is not arbitrary, you might be able to achieve the desired outcome by using only linkfilter rules. Create one rule to block the links which are already in the download list...
|