Forum: Allgemeine Diskussion
04.03.2021, 12:30
|
Replies: 5
Views: 188
|
Forum: Allgemeine Diskussion
03.03.2021, 11:52
|
Replies: 5
Views: 188
|
Forum: JDownloader 2
03.03.2021, 11:33
|
Replies: 1,669
Views: 411,447
|
Forum: JDownloader 2
03.03.2021, 07:07
|
Replies: 1,669
Views: 411,447
|
Forum: JDownloader 2
02.03.2021, 19:12
|
Replies: 1,669
Views: 411,447
|
Forum: JDownloader 2
02.03.2021, 17:16
|
Replies: 8
Views: 322
No.
You can use a keyword in an...
No.
You can use a keyword in an eventscripter script with "New crawler job" trigger, to unskip links, and pass that keyword as '-add-links' parameter, via command-line to execute the script. For...
|
Forum: Suggestions & Requests
02.03.2021, 15:48
|
Replies: 40
Views: 4,082
|
Forum: JDownloader 2
02.03.2021, 13:53
|
Replies: 8
Views: 322
|
Forum: General Discussion
02.03.2021, 13:51
|
Replies: 9
Views: 391
|
Forum: General Discussion
02.03.2021, 13:34
|
Replies: 9
Views: 391
|
Forum: JDownloader 2
28.02.2021, 09:47
|
Replies: 1,669
Views: 411,447
|
Forum: General Discussion
26.02.2021, 10:52
|
Replies: 6
Views: 220
|
Forum: Suggestions & Requests
25.02.2021, 20:04
|
Replies: 10
Views: 437
|
Forum: Allgemeine Diskussion
24.02.2021, 18:30
|
Replies: 5
Views: 315
@psp: Possible to achieve this using...
@psp: Possible to achieve this using Eventscripter.
@Tedolly: You can use the config (Link_not_visiblenamespace to configure JD settings.
To read/modify the...
|
Forum: Probleme & Bugreports
24.02.2021, 10:49
|
Replies: 3
Views: 224
|
Forum: General Discussion
24.02.2021, 10:27
|
Replies: 5
Views: 180
|
Forum: Suggestions & Requests
17.02.2021, 15:43
|
Replies: 5
Views: 370
|
Forum: Wünsche
16.02.2021, 13:37
|
Replies: 4
Views: 604
|
Forum: Problems & Bug Reports
08.02.2021, 14:27
|
Replies: 14
Views: 940
|
Forum: Problems & Bug Reports
08.02.2021, 08:48
|
Replies: 14
Views: 940
|
Forum: JDownloader 2
08.02.2021, 06:53
|
Replies: 1,669
Views: 411,447
/*
Write info to text file
Trigger: ...
/*
Write info to text file
Trigger: A Download stopped
*/
if (link.finished) {
var name = link.name;
var url = link.contentURL || link.pluginURL;
var data = [name, url];
|
Forum: Wünsche
01.02.2021, 11:27
|
Replies: 158
Views: 15,550
|
Forum: Wünsche
31.01.2021, 17:00
|
Replies: 158
Views: 15,550
|
Forum: JDownloader 2
31.01.2021, 16:42
|
Replies: 1,669
Views: 411,447
|
Forum: JDownloader 2
31.01.2021, 14:04
|
Replies: 1,669
Views: 411,447
|
Forum: JDownloader 2
30.01.2021, 12:46
|
Replies: 1,669
Views: 411,447
Transcoding drawbacks (wikipedia):
The...
Transcoding drawbacks (wikipedia):
The script transcodes the file at the same bitrate as input. YT does not provide audio streams higher than 192kbps (in older formats) and 160kbps (in newer...
|
Forum: JDownloader 2
29.01.2021, 18:21
|
Replies: 1,669
Views: 411,447
Check instruction in script:
// Trigger...
Check instruction in script:
// Trigger required: "A Download Stopped".
The script is executed when a download is completed. Your screenshot shows you have selected "A Download started"...
|
Forum: JDownloader 2
29.01.2021, 15:17
|
Replies: 5
Views: 506
There is a possibility of closing/shutting down...
There is a possibility of closing/shutting down when downloads are pending, since JD may trigger shutdown because downloads have stopped. But I do not see it preventing close/shutdown. I can confirm...
|
Forum: Wünsche
29.01.2021, 14:56
|
Replies: 158
Views: 15,550
|
Forum: Wünsche
29.01.2021, 14:37
|
Replies: 158
Views: 15,550
Hoster url. Does it happen only on particular...
Hoster url. Does it happen only on particular sites or all sites? Are they direct links or obtained from container like filecrypt?
I think you had requested to run dupe check on download list...
|
Forum: Wünsche
29.01.2021, 14:11
|
Replies: 158
Views: 15,550
|
Forum: JDownloader 2
28.01.2021, 12:39
|
Replies: 5
Views: 506
|
Forum: Allgemeine Diskussion
27.01.2021, 15:04
|
Replies: 22
Views: 1,098
|
Forum: General Discussion
27.01.2021, 13:48
|
Replies: 2
Views: 249
Packagizer...
Packagizer (Link_not_visiblerule:
Sourceurl(s) -> contains : media-cache.cinematerial.com/p/*/*/*.*?v=*
then set -> Filename :...
|
Forum: Allgemeine Diskussion
26.01.2021, 17:05
|
Replies: 22
Views: 1,098
|
Forum: Allgemeine Diskussion
26.01.2021, 16:38
|
Replies: 22
Views: 1,098
"Open in browser" will always open display url...
"Open in browser" will always open display url (as per your setting in user interface). This script will always open the data url (irrespective of the setting in the user interface). It is also...
|
Forum: Allgemeine Diskussion
26.01.2021, 15:10
|
Replies: 22
Views: 1,098
|
Forum: JDownloader 2
25.01.2021, 07:29
|
Replies: 5
Views: 506
/*
Stop downloads during extraction
...
/*
Stop downloads during extraction
Trigger Required: Any Extraction Event
*/
if (isDownloadControllerRunning()) {
stopDownloads();
while (callAPI("extraction",...
|
Forum: Problems & Bug Reports
24.01.2021, 08:50
|
Replies: 1
Views: 284
|
Forum: JDownloader 2
22.01.2021, 18:43
|
Replies: 2
Views: 248
|
Forum: JDownloader 2
21.01.2021, 13:38
|
Replies: 1,669
Views: 411,447
|
Forum: Host Plugin Reports
19.01.2021, 17:34
|
Replies: 16
Views: 999
As per their FAQ, seems it depends on various...
As per their FAQ, seems it depends on various factors:
I downloaded from mega a few months ago using their app. For me the quota was 2GB/ 6hours. Seems they use more than just the IP to identify...
|
Forum: Host Plugin Reports
19.01.2021, 09:28
|
Replies: 16
Views: 999
|
Forum: JDownloader 2
18.01.2021, 21:35
|
Replies: 1,669
Views: 411,447
Seems quite possible.
This script uses MYJD...
Seems quite possible.
This script uses MYJD API call to check the download controller state, while the other one uses the eventscripter method. This script uses "IDLE" status to check the sate. I...
|
Forum: JDownloader 2
16.01.2021, 10:52
|
Replies: 1,669
Views: 411,447
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,669
Views: 411,447
|
Forum: Decrypter Plugin Reports
12.01.2021, 18:30
|
Replies: 18
Views: 432
|
Forum: JDownloader 2
07.01.2021, 16:59
|
Replies: 11
Views: 510
|
Forum: JDownloader 2
07.01.2021, 08:35
|
Replies: 1,669
Views: 411,447
// 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: 510
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...
|