Forum: General Discussion
26.02.2021, 10:52
|
Replies: 4
Views: 107
|
Forum: General Discussion
25.02.2021, 20:04
|
Replies: 6
Views: 191
|
Forum: Allgemeine Diskussion
24.02.2021, 18:30
|
Replies: 5
Views: 252
@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: 158
|
Forum: General Discussion
24.02.2021, 10:27
|
Replies: 4
Views: 125
|
Forum: Suggestions & Requests
17.02.2021, 15:43
|
Replies: 5
Views: 333
|
Forum: Wünsche
16.02.2021, 13:37
|
Replies: 2
Views: 393
|
Forum: Problems & Bug Reports
08.02.2021, 14:27
|
Replies: 14
Views: 894
|
Forum: Problems & Bug Reports
08.02.2021, 08:48
|
Replies: 14
Views: 894
|
Forum: JDownloader 2
08.02.2021, 06:53
|
Replies: 1,660
Views: 406,755
/*
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: 14,948
|
Forum: Wünsche
31.01.2021, 17:00
|
Replies: 158
Views: 14,948
|
Forum: JDownloader 2
31.01.2021, 16:42
|
Replies: 1,660
Views: 406,755
|
Forum: JDownloader 2
31.01.2021, 14:04
|
Replies: 1,660
Views: 406,755
|
Forum: JDownloader 2
30.01.2021, 12:46
|
Replies: 1,660
Views: 406,755
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,660
Views: 406,755
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: 481
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: 14,948
|
Forum: Wünsche
29.01.2021, 14:37
|
Replies: 158
Views: 14,948
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: 14,948
|
Forum: JDownloader 2
28.01.2021, 12:39
|
Replies: 5
Views: 481
|
Forum: Allgemeine Diskussion
27.01.2021, 15:04
|
Replies: 20
Views: 996
|
Forum: General Discussion
27.01.2021, 13:48
|
Replies: 2
Views: 228
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: 20
Views: 996
|
Forum: Allgemeine Diskussion
26.01.2021, 16:38
|
Replies: 20
Views: 996
"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: 20
Views: 996
|
Forum: JDownloader 2
25.01.2021, 07:29
|
Replies: 5
Views: 481
/*
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: 273
|
Forum: JDownloader 2
22.01.2021, 18:43
|
Replies: 2
Views: 228
|
Forum: JDownloader 2
21.01.2021, 13:38
|
Replies: 1,660
Views: 406,755
|
Forum: Host Plugin Reports
19.01.2021, 17:34
|
Replies: 16
Views: 921
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: 921
|
Forum: JDownloader 2
18.01.2021, 21:35
|
Replies: 1,660
Views: 406,755
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,660
Views: 406,755
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,660
Views: 406,755
|
Forum: Decrypter Plugin Reports
12.01.2021, 18:30
|
Replies: 18
Views: 416
|
Forum: JDownloader 2
07.01.2021, 16:59
|
Replies: 11
Views: 484
|
Forum: JDownloader 2
07.01.2021, 08:35
|
Replies: 1,660
Views: 406,755
// 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: 484
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: 684
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: 1,266
|
Forum: JDownloader 2
30.12.2020, 11:51
|
Replies: 1,660
Views: 406,755
// 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: 355
|
Forum: Wünsche
28.12.2020, 18:04
|
Replies: 8
Views: 374
|
Forum: Wünsche
28.12.2020, 17:30
|
Replies: 8
Views: 374
|
Forum: Wünsche
28.12.2020, 16:54
|
Replies: 8
Views: 374
@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,660
Views: 406,755
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,660
Views: 406,755
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,660
Views: 406,755
|
Forum: Suggestions & Requests
24.12.2020, 11:12
|
Replies: 6
Views: 892
|