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?