JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 06.08.2022, 03:31
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 122
Default [recurbate.com] add date and time to filename

Example link: **External links are only visible to Support Staff****External links are only visible to Support Staff**

All the files in jDownloader have a number id, but not the date and time of the video, which is available for each video on the site. It would be nice if jDownloader would add the date/time to the filename (maybe at the beginning?).

Current JD filenames:


Dates on site:
Attached Images
File Type: png current-jd-names.png (6.5 KB, 23 views)
File Type: png dates-on-site.png (4.1 KB, 23 views)

Last edited by mjolnir870; 06.08.2022 at 03:38.
Reply With Quote
  #2  
Old 09.08.2022, 20:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Added date to the beginning of recurbate.com filenames by default.

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
  #3  
Old 29.08.2022, 17:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

CORE-Updates have been released!
All announced bugfixes and features are live!
Please update your JDownloader and report any issues you find asap.

CORE-Updates wurden released!
Alle angekündigten Bugfixes/Features sind nun verfügbar!
Bitte JDownloader updaten und eventuelle Bugs schnellstmöglich an uns melden.

-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
  #4  
Old 31.08.2022, 10:33
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 122
Default

Quote:
Originally Posted by pspzockerscene View Post
Added date to the beginning of recurbate.com filenames by default.
Could you also add the time? I think it's right next to the date on the site. Final filename would look like 2022-02-12 01_51_restofname.mp4.
Reply With Quote
  #5  
Old 31.08.2022, 14:25
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

I don't think that this would be suitable for the majority of our users but who am I to decide.
For the next update, I've added the plugin property "date_original" representing the date in 1:1 in the format that the website is using (meaning, including the time).
Using a Packagizer rule, you can make use of such plugin properties.
Screenshot:


We might add a more sophisticated filename system in the future. I recommend you to subscribe to this thread.

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; 31.08.2022 at 14:29.
Reply With Quote
  #6  
Old 31.08.2022, 17:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

CORE-Updates have been released!
All announced bugfixes and features are live!
Please update your JDownloader and report any issues you find asap.

CORE-Updates wurden released!
Alle angekündigten Bugfixes/Features sind nun verfügbar!
Bitte JDownloader updaten und eventuelle Bugs schnellstmöglich an uns melden.

-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
  #7  
Old 31.08.2022, 22:52
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 122
Default

thanks, works great
Reply With Quote
  #8  
Old 01.09.2022, 11:01
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@mjolnir870: Thanks for the feedback
__________________
JD-Dev & Server-Admin
Reply With Quote
  #9  
Old 03.10.2022, 20:17
mjolnir870 mjolnir870 is offline
Fibre Channel User
 
Join Date: Oct 2012
Posts: 122
Default

Small issue with this. Direct video links (**External links are only visible to Support Staff****External links are only visible to Support Staff**) properly add the date, but profile links (**External links are only visible to Support Staff****External links are only visible to Support Staff**) don't have the date.

I have this packagizer helping:
downloadurl:
Code:
https?://recurbate\.com/play\.php\?video=(\d+)
filename:
Code:
<jd:prop:date_original>_<jd:prop:username>_<jd:hoster:1>.<jd:orgfiletype>

Top is from a profile link, bottom is direct link:
Attached Images
File Type: png Screenshot 2022-10-03 121540.png (5.6 KB, 10 views)

Last edited by mjolnir870; 03.10.2022 at 20:21.
Reply With Quote
  #10  
Old 04.10.2022, 10:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@mjolnir870 : wait for next plugin update. I've updated crawler to also parse the date/username
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 21.02.2024, 02:05
Snookie Snookie is offline
JD Adviser
 
Join Date: Jun 2015
Posts: 103
Default

i don't think those crawler changes works on recu.me
Reply With Quote
  #12  
Old 21.02.2024, 13:40
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Please provide example URLs and a log.

Please post your log-ID here
If your bugreport is about a specific website which JD supports via plugin, please also provide example URLs which can be used to reproduce the issue you are having.

Bitte poste deine Log-ID hier.
Falls dein gemeldetes Problem ein Problem mit einer Webseite ist, die per Plugin unterstützt wird, stelle bitte zusätzlich Testlinks zur Verfügung, mit denen sich dein Problem nachstellen lässt.

Important notice:
Our ticket system & knowledgebase are currently under maintenance.
If this is still the case while you are reading my posts and you can't access help articles linked by our staff, use the Internet archive/wayback machine to be able to view those articles:
archive.org/web/
Enter the URL -> Click on "Browse history" -> Select one of the latest dates available
If the date you selected does not lead you to the support article try the next oldest one.
__________________
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
  #13  
Old 21.02.2024, 21:04
Snookie Snookie is offline
JD Adviser
 
Join Date: Jun 2015
Posts: 103
Default

i meant the packagizer rules, i couldn't change filename using packagizer
also whole profile crawler is Blocked by!Cloudflare Site-Protection even when i have a premium account saved into jdownloader account manager
edit: tried downloading now and it seems that i can't download using jdownloader anymore

Last edited by Snookie; 21.02.2024 at 22:30.
Reply With Quote
  #14  
Old 21.02.2024, 22:59
Snookie Snookie is offline
JD Adviser
 
Join Date: Jun 2015
Posts: 103
Default

here is log without the premium account
21.02.24 21.54.02 <--> 21.02.24 21.55.47 jdlog://4601411370661/

and here is a log using the premium account ( this also contains the failed whole profile crawler )
21.02.24 21.56.39 <--> 21.02.24 21.58.35 jdlog://5601411370661/
Reply With Quote
  #15  
Old 21.02.2024, 23:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Plugin-wise it's all working as expected.
Of course our recurbate plugin cannot fetch any (extra-) data when it can't load the needed html page due to things like Cloudflare.

Both of your problems are Cloudflare related.

Regarding the Packagizer problem specifically:
The Packagizer rules are only applied once when items are successfully added/checked.
If Cloudflare is blocking while you are adding items (=blue-questionmark-status) but later on the download is working, no Packagizer rules will be applied.
--> If that is the case, you might be able to get your desired filenames using an EventScripter script.
EventScripter forum thread:
https://board.jdownloader.org/showthread.php?t=70525
EventScripter help article:
https://support.jdownloader.org/Know...event-scripter


As for all other Cloudflare related things, please read our Cloudflare FAQ:
https://board.jdownloader.org/showthread.php?t=83712
In that thread, another user has also just reported problems with recurbate and Cloudflare:
https://board.jdownloader.org/showth...815#post530815

Important notice:
Our ticket system & knowledgebase are currently under maintenance.
If this is still the case while you are reading my posts and you can't access help articles linked by our staff, use the Internet archive/wayback machine to be able to view those articles:
archive.org/web/
Enter the URL -> Click on "Browse history" -> Select one of the latest dates available
If the date you selected does not lead you to the support article try the next oldest one.
__________________
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 22.02.2024, 01:39
Snookie Snookie is offline
JD Adviser
 
Join Date: Jun 2015
Posts: 103
Default

thx for your fast reply after reading this post you mentioned i got it to crawl for the whole profile just by generating the login cookies via Flag Cookies in Firefox, it didn't work earlier when i was generating the login cookies via EditThisCookie in chrome browser, also the filenames are correct now when earlier the filename was only the video number in the url and couldn't profile crawl, so it's probably a user agent thing.
now i got it to crawl for whole camgirl pages grabbing all their videos with correct filename and downloading but within the same camgirl folder that jd2 profile crawled via her page url some videos are downloading and other are blocked by cloudflare..
i'll report back with more info after further testing..

edit: i matched the user agent value of jd2 plugin to the exported cookies and now it's working fine, thx for your help pspzockerscene

Last edited by Snookie; 22.02.2024 at 02:03.
Reply With Quote
  #17  
Old 25.02.2024, 07:07
Snookie Snookie is offline
JD Adviser
 
Join Date: Jun 2015
Posts: 103
Default

i'm getting a plugin outdated message now
it appears they have been doing a lot of changes in the last few days, even browsing their site a cloudflare verification comes up every few seconds.
Reply With Quote
  #18  
Old 25.02.2024, 07:10
liebrarian liebrarian is offline
Modem User
 
Join Date: Feb 2024
Posts: 1
Default Error: "Try restarting this link (plugin outdated?)"

Couldn't download from recu due to this error. It was working fine a few days ago.
Reply With Quote
  #19  
Old 26.02.2024, 16:54
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

@Snookie and liebrarian
Wait for the next update which requires a JDownloader restart and try again.

If it still fails after said update, follow the instructions down below:

Please post your log-ID here
If your bugreport is about a specific website which JD supports via plugin, please also provide example URLs which can be used to reproduce the issue you are having.

Bitte poste deine Log-ID hier.
Falls dein gemeldetes Problem ein Problem mit einer Webseite ist, die per Plugin unterstützt wird, stelle bitte zusätzlich Testlinks zur Verfügung, mit denen sich dein Problem nachstellen lässt.

Important notice:
Our ticket system & knowledgebase are currently under maintenance.
If this is still the case while you are reading my posts and you can't access help articles linked by our staff, use the Internet archive/wayback machine to be able to view those articles:
archive.org/web/
Enter the URL -> Click on "Browse history" -> Select one of the latest dates available
If the date you selected does not lead you to the support article try the next oldest one.
__________________
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; 26.02.2024 at 16:57.
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 12:16.
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.