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,343
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,343
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,343
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,343
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 online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
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,343
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 online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
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 online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
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 online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
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 online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
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
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 13:25.
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.