JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 05.01.2022, 17:44
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default The date the video was uploaded to the iwara.tv website in the name of the downloaded

Hello. I want to ask a question. When downloading a video from ecchi.iwara.tv, the name of each video file looks like this

Quote:
omomoi_pj6yhjkytjo9gg9_Tenryu - Zutter.mp4
omomoi - nickname of the user who uploaded the video
pj6yhjkytjo9gg9 - unique page address (ecchi.iwara.tv/videos/pj6yhjkytjo9gg9)
Tenryu - Zutter - the name of the video that is indicated on the page

These three components of the filename can be swapped or removed.
Code:
<jd:prop:user>_<jd:prop:videoid>_<jd:prop:title>.<jd:orgfiletype>
At least this is written in the plugin
Code:
    public static final String PROPERTY_USER = "user";
    public static final String PROPERTY_TITLE = "title";
    public static final String PROPERTY_VIDEOID = "videoid";
But what I'm missing is the date the video was uploaded to the site. Here is a sample code from the page that shows the download date

May I ask you to change the plugin so that the date can be added to the name of the saved file too?

Last edited by Jiaz; 05.01.2022 at 19:38.
Reply With Quote
  #2  
Old 05.01.2022, 19:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@K14M: do you need the date/time in raw format, eg
Quote:
2016-06-17 07:57
?
or do you need date and time to be separated, so you can access them via different property?
or do you need them even in way so you can change the way the date/time is formatted?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 05.01.2022, 19:45
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

@Jiaz: For me, this date format is a bit unusual. I would be glad if the date was displayed as on my PC.
dd.MM.yyyy and time unchanged. But if it is too difficult, then you can leave it unchanged. The most important thing is that the date is simply present in the file name.
Reply With Quote
  #4  
Old 05.01.2022, 19:48
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@K14M: understood, I will check/work on this on friday, tomorrow there is public holiday here
can you please provide some more example links for testing?
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 05.01.2022 at 19:50.
Reply With Quote
  #5  
Old 05.01.2022, 19:51
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

@Jiaz: Thanks, I'll wait. I'm in no hurry)
Reply With Quote
  #6  
Old 05.01.2022, 19:54
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Quote:
Originally Posted by jiaz View Post
can you please provide some more example links for testing?
@k14m
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 05.01.2022, 20:49
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

@Jiaz: Enough?
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by pspzockerscene; 08.03.2022 at 15:48. Reason: fixed hyperlinks - other forum users are not allowed to see those!
Reply With Quote
  #8  
Old 07.01.2022, 17:02
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Thanks, I will discuss my idea about best solution to this with pspzockerscene

__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 07.01.2022 at 17:06.
Reply With Quote
  #9  
Old 07.01.2022, 20:07
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

@K14M
For the next update I've added the date property in the default format (yyyy-MM-dd).
We have loads of tickets regarding packagizer + more methods to modify existing data.
Please use the default format for now or use an EventScripter script to modify the date so you can use whichever format you want.

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #10  
Old 12.01.2022, 00:19
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

How long does it take Packagizer simpledate from property to update.
Of course, I say that I'm in no hurry, but I thought it would be faster.
Reply With Quote
  #11  
Old 12.01.2022, 16:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@K14M: Updates will be released later this day
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 18.01.2022, 00:12
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

There have been several updates already. But the plugin has not been updated yet.
Reply With Quote
  #13  
Old 18.01.2022, 00:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

I see...

Due to a stupid mistake of mine this just didn't work.
It will be fixed after the next set of CORE-updates.
Sorry.

Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #14  
Old 26.01.2022, 15:39
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

:crying:
Reply With Quote
  #15  
Old 26.01.2022, 15:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Pushing this thread won't help - sorry.
We're in the middly of some bigger changes.
If you want a current build or version of the plugin, you can still grab our source code.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #16  
Old 08.02.2022, 14:08
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

The month has passed. Congratulate everyone.
Seems like they forgot about me

Last edited by K14M; 08.02.2022 at 14:10.
Reply With Quote
  #17  
Old 08.02.2022, 15:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

No.
Please re-read the following:
Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #18  
Old 08.03.2022, 15:20
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

Another month has passed.
Reply With Quote
  #19  
Old 08.03.2022, 15:32
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Quote:
Originally Posted by K14M View Post
Another month has passed.
What should this comment indicate?
If it still/again doesn't work, please provide new example URLs and a log.

-psp-
EDIT

Works fine here.

For private videos the date cannot be found (unless you got the permissions to view that video) but for all other of the old example URLs in this thread, the date is found- and available as property.

Please post your log-ID here | bitte poste deine Log-ID hier.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 08.03.2022 at 15:50.
Reply With Quote
  #20  
Old 08.03.2022, 17:50
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

Quote:
Originally Posted by Jiaz View Post
It is written, 0%. My internet is very slow right now. I'm not up to checks and updates.
Reply With Quote
  #21  
Old 08.03.2022, 18:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@K14M: I'm sorry but that won't happen in near future because there are more changes required under the hood, eg add generic access to this date information as each plugin can save it in different way
__________________
JD-Dev & Server-Admin
Reply With Quote
  #22  
Old 08.03.2022, 18:38
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

@K14M
As explained you can still/already use the EventScripter to perform such actions.
Do not expect this other ticket to get worked on in the near future/ever!
Please also keep in mind that all of my other answers in this thread were only related to the presence of that "date" property, not to the ticket you quoted - this may have been a misunderstanding!

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #23  
Old 24.03.2022, 01:14
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

Quote:
Originally Posted by pspzockerscene View Post
Works fine here.
Doesn't work, nothing works!
My filename is like this:
[<jd:prop:date>] <jd:prop:title>.<jd:orgfiletype>
And everywhere, in every video, the brackets are empty!

**External links are only visible to Support Staff****External links are only visible to Support Staff**
[] SIEN - 2b Rape (AutomataMoge Edit) USE HEADPHONES.mp4
**External links are only visible to Support Staff****External links are only visible to Support Staff**
[] プリンツ Rape.mp4
**External links are only visible to Support Staff****External links are only visible to Support Staff**
[] [NTR] Miku - Conqueror (RUS).mp4
**External links are only visible to Support Staff****External links are only visible to Support Staff**
[] [HMV] Monarch Mastered, Remastered.mp4
**External links are only visible to Support Staff****External links are only visible to Support Staff**
[] She is my wife ♡.mp4

I opened the IwaraTv.class file

private static final String PROPERTY_DATE = "date";
public static final String PROPERTY_USER = "user";
public static final String PROPERTY_TITLE = "title";
public static final String PROPERTY_VIDEOID = "videoid";

Why is "public" written everywhere and only "date" - "private". Maybe that's why nothing works?

24.03.22 00.59.58 <--> 24.03.22 00.47.48 jdlog://4627925302851/
Reply With Quote
  #24  
Old 24.03.2022, 13:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Quote:
Originally Posted by K14M View Post
Doesn't work, nothing works!
Works fine here.
Screenshot:


Quote:
Originally Posted by K14M View Post
Why is "public" written everywhere and only "date" - "private". Maybe that's why nothing works?
Because it is not accessed outside the IwaraTv hoster-plugin.
It has nothing to do with your problem.

I found the cause of this issue:
You were always only adding user-profiles.
Those get processed by our crawler but at this stage the "date" property is not yet available.
If you add single video links it will work just fine e.g.:
ecchi.iwara.tv/videos/xxxyyy

I will add a setting which will make this work in the way you want it to.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #25  
Old 24.03.2022, 14:09
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

After our next set of CORE-updates, do the following:
1. Go to Settings -> Plugins -> iwara.tv -> Disable the following setting:
Screenshot:

2. Now add whichever user-profile-URL you want to add and dates should appear in filenames according to your custom Packagizer rule.
3. Keep in mind: Dates are not available for private videos such as:
iwara.tv/videos/3dyobhqlp7f4zkgzr

Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 24.03.2022 at 14:11. Reason: Added screenshot of new plugin setting
Reply With Quote
  #26  
Old 24.03.2022, 16:27
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

Quote:
Originally Posted by pspzockerscene View Post
After our next set of CORE-updates, do the following:
1. Go to Settings -> Plugins -> iwara.tv -> Disable the following setting:
Screenshot:
What are you speaking about? I do not have that.

Reply With Quote
  #27  
Old 24.03.2022, 16:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@K14M: The next core update is not live yet
__________________
JD-Dev & Server-Admin
Reply With Quote
  #28  
Old 24.03.2022, 19:35
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Quote:
Originally Posted by K14M View Post
What are you speaking about? I do not have that.
Next time please read my posts I did link our update FAQ and state that you need to wait for the update.

However, updates have been released now so just update your JDownloader and you'll have this setting.
I really understand your frustration but this simple feature you've asked took a long time to finally work for you due to one mistake by me in the beginning and multiple communication mistakes.
I've never ment to be rude

I hope it's finally working as you want to.
If you want I can add additional settings to allow to use your filenames along with the "fast linkcheck" because crawling profiles can take quite some time if "fast linkcheck" is disabled but then again JD can only fetch the release-date of a video by accessing the single video -> Can take some time.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #29  
Old 24.03.2022, 20:12
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

I don't understand what needs to be done to make it work. It doesn't work for me no matter what I do.
I have it configured to recognize links that start with "ecchi.iwara.tv/users/". So I can download ALL user videos, no matter how many of them he has. Some have OVER HUNDREDS!
Videos are saved to the folder "F:\ecchi.iwara.tv\<jd:packagename>"
Filename "[<jd:prop:date>] <jd:prop:title>.<jd:orgfiletype>"
Comment "**External links are only visible to Support Staff**



I have updated the program. I turned off Fast Linkchecker.

I made a duplicate of the rule for capturing links that start with "ecchi.iwara.tv/videos/"



Next, I add these links:

**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

And nowhere in the file name is the date written. What am I doing wrong?

Reply With Quote
  #30  
Old 24.03.2022, 20:28
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

Earned! I disabled the account manager and it worked. Turned on the account manager and stopped working again.








Reply With Quote
  #31  
Old 24.03.2022, 20:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

I'm unable to reproduce the issue in account mode (I also got an iwara.tv Test-Account).
Here is how my rule looks:


If you want me to investigate this please do the following:
1. Provide example URLs.
2. Provide a log.
3. Open a video for which our plugin fails to grab the date, save the html code of that page, put it into a .zip file and attach that .zip file to your next reply in this forum.

I'll be offline for now and back tomorrow.
Thanks for your feedback.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #32  
Old 24.03.2022, 22:16
K14M K14M is offline
JD Beta
 
Join Date: Jan 2022
Location: Ukraine
Posts: 51
Default

Quote:
Originally Posted by pspzockerscene View Post
If you want me to investigate this please do the following:
1. Provide example URLs.
2. Provide a **External links are only visible to Support Staff**....
3. Open a video for which our plugin fails to grab the date, save the html code of that page, put it into a .zip file and attach that .zip file to your next reply in this forum.
I have ALL videos saved without a date when I use my account.

1:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

2:
24.03.22 20.53.33 <--> 24.03.22 20.52.59 jdlog://2137925302851/

3:
413 Request Entity Too Large
Desktop.zip
Reply With Quote
  #33  
Old 25.03.2022, 15:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@K14M: in case the attachement is too large, upload to mega and send post link here
__________________
JD-Dev & Server-Admin
Reply With Quote
  #34  
Old 25.03.2022, 18:50
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

I was unable to find out the cause of your issues but I've changed a lot of stuff so maybe you're lucky and it just works after the next update.
Regardless of that I've added more settings and also a filename setting.
I've included the filename-scheme that you seem to want to have.
You can select it and disable your Packagizer - it should always work fine then.
This will also work if you enable fast linkcheck for profile crawling --> In this case, the date will be added once you start downloading.

Screenshot:
Spoiler:

EDIT
If you keep having this issue after our next set of CORE-updates, please provide more example URLs.

Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 25.03.2022 at 19:02.
Reply With Quote
  #35  
Old 26.03.2022, 05:37
gfsenjklhue gfsenjklhue is offline
Baby Loader
 
Join Date: Dec 2018
Posts: 5
Default

JD2 not working filename "uploader"? After 26.03.2022

setting "uploader_videoid_title.ext"
All link now "videoid_title.ext".
There is no "uploder" in the file name.
Reply With Quote
  #36  
Old 28.03.2022, 16:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Works fine here.
Please provide example URLs and a log.

Please post your log-ID here | bitte poste deine Log-ID hier.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #37  
Old 29.03.2022, 13:32
gfsenjklhue gfsenjklhue is offline
Baby Loader
 
Join Date: Dec 2018
Posts: 5
Default

windows on JD2 works fine. (jre8-8u241 x64)

The problem is happening in this environment.
raspberry pi4 Raspberry Pi OS 64bit
openjdk version "11.0.14" 2022-01-18
OpenJDK Runtime Environment (build 11.0.14+9-post-Debian-1deb10u1)
OpenJDK 64-Bit Server VM (build 11.0.14+9-post-Debian-1deb10u1, mixed mode)

upload log
29.03.22 19.19.19 <--> 29.03.22 19.20.08 jdlog://7747925302851/

I built the old JD2 on 3/25 and replaced the hoster "IwaraTv.class".
Then it worked.
Reply With Quote
  #38  
Old 29.03.2022, 14:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Your most recent log doesn't contain any iwara.tv activity.
Please update to the latest version and try again.
Please provide example URLs and a new log.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #39  
Old 29.03.2022, 14:36
gfsenjklhue gfsenjklhue is offline
Baby Loader
 
Join Date: Dec 2018
Posts: 5
Default

Trying to find a problem
I reinstalled JD2 on my raspberry PI.
Then it worked.
I think that the operating environment was broken.x)

Thank you for your support.
Reply With Quote
  #40  
Old 29.03.2022, 14:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Thanks for your feedback.

@K14M
Please let us know if you can still reproduce the issues with the "missing date".

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 07:15.
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.