JDownloader Community - Appwork GmbH
 

Notices

Showing results 1 to 39 of 39
Search took 0.00 seconds.
Search: Posts Made By: fred_gaou
Forum: Host Plugin Reports 10.08.2021, 12:47
Replies: 5,858
Views: 3,652,762
Posted By fred_gaou
Exclamation JD*no longer detects some youtube links

Hi,

Today I tried to download some audio and video from youtube but JD can’t detect most of them as before.

Here is my log.

10.08.21 11.10.03 <--> 10.08.21 11.14.45 jdlog://2326825302851/
...
Forum: JDownloader 2 14.02.2021, 23:01
Replies: 1
Views: 2,210
Posted By fred_gaou
Detect and support stream.mpd .m3u8 split audio video audio only

Could you detect stream.mpd ?

Here is one: Link_not_visible

Link_not_visible
...
Forum: JDownloader 2 31.10.2017, 01:27
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Lightbulb Clean up and log finished packages: script link

Hi,

I released my script you can find at some post before this one in this thread.

Here is the direct link: board.jdownloader.org/showpost.php?p=410187&postcount=210

Later this week, I will...
Forum: JDownloader 2 30.10.2017, 23:32
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
How about adding a button|link in JD...

How about adding a button|link in JD settings/scripts toward this thread for user to see all available scripts?
Forum: JDownloader 2 30.10.2017, 22:53
Replies: 5
Views: 2,061
Posted By fred_gaou
Thumbs up Thanks for this trick. It solved the issue I...

Thanks for this trick. It solved the issue I could reproduce. It was caused by japanese characters.
Forum: JDownloader 2 30.10.2017, 15:25
Replies: 5
Views: 2,061
Posted By fred_gaou
Thanks. After having removed packages and...

Thanks.

After having removed packages and downloaded new ones, the issue is gone. I guess one of the part.name had a weird character that corrupted something.

I don't thing the cause is the...
Forum: JDownloader 2 29.10.2017, 19:23
Replies: 5
Views: 2,061
Posted By fred_gaou
Exclamation [EventScripter] weird issue about accents in output file

Hi,

In some cases when I gather names with myDownloadLink.getName() and then use writeFile() to output them to a file, the accents are corrupted.

Example:

[Lama Faché] 17.10.18 - 10...
Forum: JDownloader 2 24.10.2017, 19:00
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Question ES6 support

Could we hope to have ES6 features in our JS script?

Controlling variable scope is so much easier and cleaner with it as just an example.
Forum: Problems & Bug Reports 24.10.2017, 18:55
Replies: 5
Views: 2,089
Posted By fred_gaou
Yes, we can do that. It just add more check than...

Yes, we can do that. It just add more check than simply use append to actually append or overwrite.
Forum: Problems & Bug Reports 24.10.2017, 17:49
Replies: 5
Views: 2,089
Posted By fred_gaou
May an overwrite(path) method that create or...

May an overwrite(path) method that create or overwrite if file exists?

Yes, one can still use delete() method. In fact, I expected that append=false overwrite existing file so I just need to...
Forum: Problems & Bug Reports 24.10.2017, 00:05
Replies: 5
Views: 2,089
Posted By fred_gaou
Lightbulb [EventScripter] writeFile() method improvements

Hi,

If "append" is false and file already exists, then writeFile does nothing and leave the file as it is. I understand it is by design but could we add a parameter to force overwriting existing...
Forum: Problems & Bug Reports 23.10.2017, 20:38
Replies: 5
Views: 1,921
Posted By fred_gaou
Thumbs up Ok, I have now JD run with JRE 1.8.0.152. ...

Ok, I have now JD run with JRE 1.8.0.152.

Windows 10 is detected but myEnvironment.getARCHFamily() still returns x86. I'll use is64 methods.
Forum: Suggestions & Requests 23.10.2017, 20:19
Replies: 5
Views: 2,045
Posted By fred_gaou
Thumbs up Awesome, it works as expected. The help panel...

Awesome, it works as expected. The help panel needs to be updated with the added method.
Forum: Suggestions & Requests 23.10.2017, 19:04
Replies: 5
Views: 2,045
Posted By fred_gaou
Thumbs up Thanks. I'll wait. The workaround would imply I...

Thanks. I'll wait. The workaround would imply I test OS and default browser on current user system. I'll wait the built-in method to avoid me this hassle 😉
Forum: Suggestions & Requests 22.10.2017, 23:23
Replies: 5
Views: 2,045
Posted By fred_gaou
Lightbulb [EventScripter] openUrl(url)

Hi,

I would need such a method to open a given link into default browser of the OS.

Example case, if error occurs, alert and open support page in browser using openUrl(url) method.
Forum: JDownloader 2 22.10.2017, 22:09
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Lightbulb Scripts list

Hey,

What about creating a introducing post in this thread that would only contains:

links to posts or threads that offer scripts
their short description



This thread growing up, it...
Forum: Problems & Bug Reports 21.10.2017, 19:52
Replies: 5
Views: 1,921
Posted By fred_gaou
Question [EventScripter] sys info are wrong

Hi,

Here is a sample script:


var myEnvironment = getEnvironment(); // Get OS environment
var sep = myEnvironment.getPathSeparator();
var arch = myEnvironment.getARCHFamily();
var java =...
Forum: JDownloader 2 19.10.2017, 20:04
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Well package.isFinished() returns true even if...

Well package.isFinished() returns true even if there are disable links whereas link.isFinished() returns false for disable links. There is some inconsistency for me. package.isFinished() should...
Forum: JDownloader 2 19.10.2017, 00:08
Replies: 3
Views: 1,927
Posted By fred_gaou
Thanks. Is there a place to check core update...

Thanks. Is there a place to check core update advancement?
Forum: JDownloader 2 19.10.2017, 00:07
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Don't worry, my script is ready with interval...

Don't worry, my script is ready with interval trigger and the algorithm you pointed. Just waiting next core update to deeply test it with getFinishedDate().
Forum: JDownloader 2 18.10.2017, 07:02
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Exclamation I rewrote my script with interval trigger but...

I rewrote my script with interval trigger but some JD bugs have to be solved before I can release it.


package.getFinishedDate() return -1 (reported in Problems & Bug Reports section).

...
Forum: JDownloader 2 18.10.2017, 06:49
Replies: 3
Views: 1,927
Posted By fred_gaou
Exclamation [EventScripter Bug] package.getFinishedDate() return -1

LOG: 18.10.17 04.34.23 <--> 18.10.17 04.35.08 jdlog://9809714015941

package.getFinishedDate() return -1

Case with package finished trigger.

Here is a sample script:


// Trigger: packaged...
Forum: JDownloader 2 17.10.2017, 22:10
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Exclamation bug?

Let's say you have packages with disabled links (all are disabled for instance because of package context menu>disable).

Even if the progression is 0% if you use this script, it returns these...
Forum: JDownloader 2 17.10.2017, 21:33
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Question Yes, that was my primary idea but I was not sure...

Yes, that was my primary idea but I was not sure how to do it. The script help panel have missed items like built-in object variables that are not documented (package in Packaged Finished context,...
Forum: JDownloader 2 17.10.2017, 20:26
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Post [SCRIPT] Clean up and log finished packages

Trigger required: Interval
Please check the "Synchronous execution of script" box available in this edition panel to avoid multiple script executions at the same time and log file corruption (even...
Forum: JDownloader 2 17.10.2017, 20:06
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Wink Using alert() to debug is doable. But I was...

Using alert() to debug is doable. But I was asking just in case JD offered something like a debug console in the script panel or in a tab that would show all script output using the log() function....
Forum: JDownloader 2 17.10.2017, 04:26
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Question What is the Advanced settings>EventScripter: API...

What is the Advanced settings>EventScripter: API Panel Visible supposed to do?

I enabled it and restart JD2 and see no changes. I'd like to output some strings to debug my scripts in a convenient...
Forum: JDownloader 2 15.10.2017, 03:03
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
It works here on last JD 2.0 #617. So nothing to...

It works here on last JD 2.0 #617. So nothing to fix.
Forum: Host Plugin Reports 06.08.2017, 19:57
Replies: 13
Views: 4,307
Posted By fred_gaou
Thumbs up It's fixed with the tonight update !

It's fixed with the tonight update !
Forum: Host Plugin Reports 06.08.2017, 10:05
Replies: 13
Views: 4,307
Posted By fred_gaou
I tried to install a new fresh and clean...

I tried to install a new fresh and clean installation of JD 2.0 and this issue persists, video is detected as offline.
Forum: Host Plugin Reports 06.08.2017, 09:49
Replies: 13
Views: 4,307
Posted By fred_gaou
Post I checked, this one has Dailymotion entries: ...

I checked, this one has Dailymotion entries:

06.08.17 08.30.33 <--> 06.08.17 08.31.20 jdlog://0338214015941/

dailymotion.com_jd.plugins.decrypter.DailyMotionComDecrypterV2.log.0 (partial...
Forum: Host Plugin Reports 05.08.2017, 19:38
Replies: 13
Views: 4,307
Posted By fred_gaou
Now with this one? 05.08.17 18.35.03 <-->...

Now with this one?

05.08.17 18.35.03 <--> 05.08.17 18.36.19 jdlog://7497214015941/
Forum: Host Plugin Reports 05.08.2017, 17:41
Replies: 13
Views: 4,307
Posted By fred_gaou
Post Here it is. 05.08.17 16.36.03 <--> 05.08.17...

Here it is.

05.08.17 16.36.03 <--> 05.08.17 16.36.30 jdlog://5887214015941/

Do you confirm your Dailymotion video source are from their new site? I'm in France.

Example of video to download...
Forum: Host Plugin Reports 05.08.2017, 11:49
Replies: 13
Views: 4,307
Posted By fred_gaou
Yes it is a bug. The JD plugin can not scrape...

Yes it is a bug. The JD plugin can not scrape video since Dailymotion have changed their site/player, about 1 month ago. Hence it results any video from DA is reported to be offline. Fairly easy to...
Forum: Host Plugin Reports 15.06.2017, 21:39
Replies: 5,858
Views: 3,652,762
Posted By fred_gaou
Question Case if YT user account OFF in JD ...

Question

Case if YT user account OFF in JD

If we download a video, does it increment the watched number on the channel as if we saw the video through the youtube player.

Case if YT user...
Forum: General Discussion 15.06.2017, 21:20
Replies: 21
Views: 22,450
Posted By fred_gaou
Good news from JD team. Thanks you dmdmtosir...

Good news from JD team.
Thanks you dmdmtosir for having asked the feature. I can't wait for it ;)
Forum: Problems & Bug Reports 16.03.2017, 17:34
Replies: 3
[See Bugtracker] Panel Filter width
Views: 2,545
Posted By fred_gaou
Yes in JD → font scale factor = 110. Better for...

Yes in JD → font scale factor = 110. Better for my eyes.

Right panel look small because I have a very wide screen and stretched the JD window.

It would be great if this panel could be resized...
Forum: Problems & Bug Reports 11.03.2017, 21:39
Replies: 3
[See Bugtracker] Panel Filter width
Views: 2,545
Posted By fred_gaou
Question Panel Filter width

Hi,

Is there a way to set this panel width because when there is vertical scrollbar, some content is partially hidden?

https://snag.gy/HVARU2.jpg
Forum: JDownloader 2 11.03.2017, 20:04
Replies: 2,845
Views: 10,187,650
Posted By fred_gaou
Post LINK NAME CLEANER (auto)

Hi,

Here is a script to help you to auto clean/format filename during the link grabbing process. This is done automatically in background for each added link.

You can set some options at the...
Showing results 1 to 39 of 39

 
Forum Jump
All times are GMT +2. The time now is 11:09.
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.