JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 04.02.2025, 06:06
OPM OPM is offline
Modem User
 
Join Date: Jan 2025
Posts: 4
Default coomer.su Name files to website's title/url/info?

I'm trying to save multiple files from a site but they keep saving as random alphanumeric strings. How could the website's title be file name instead? The name of the videos/images are written under "Content" on the page.

I would post the URL but the content is pornographic.
Reply With Quote
  #2  
Old 04.02.2025, 08:23
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,114
Default

You can do this using Packagizer rules.

Quote:
Originally Posted by OPM View Post
I would post the URL but the content is pornographic.
That is not a problem because only mods can see posted URLs in this forum anyways.
__________________
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 04.02.2025, 20:40
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,926
Default

@OPM: Please provide example links
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 05.02.2025, 06:05
OPM OPM is offline
Modem User
 
Join Date: Jan 2025
Posts: 4
Default

Quote:
Originally Posted by Jiaz View Post
@OPM: Please provide example links
**External links are only visible to Support Staff****External links are only visible to Support Staff**

I want whatever's written under the Content section
Code:
Here’s three of our favorite etc

Just wondering, In this example would the 3 different files end up (2), (3) etc?

Quote:
Originally Posted by pspzockerscene View Post
You can do this using Packagizer rules.
How would I go about that?

Last edited by OPM; 05.02.2025 at 06:09.
Reply With Quote
  #5  
Old 05.02.2025, 11:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,114
Default

Quote:
Originally Posted by OPM View Post
I want whatever's written under the Content section
That is already possible:
Settings -> Plugins -> coomer.su -> When to add post text content as .txt file -> Always if text is available
Once done, next time you crawl a coomer.su link, one .txt file per post will appear in your linkgrabber.

Quote:
Originally Posted by OPM View Post
Just wondering, In this example would the 3 different files end up (2), (3) etc?
I don't understand?
That post contains 3 video files so JD will crawl all of them.

Quote:
Originally Posted by OPM View Post
How would I go about that?
If you simply want to download the text inside "content" as .txt file, you will not need a Packagizer rule.
__________________
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
  #6  
Old 05.02.2025, 16:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,114
Default

I've just re-read this thread.
My previous reply may be wrong as it simply describes how to download said text-content as .txt file.
However, it looks like you would simply like to use the "title" of the post inside the posts' file names.

This is also possible and for this, a Packagizer rule is needed.

1. Go to Settings -> Packagizer -> Add

2. Use the following rule conditions/settings:
Name: coomer.su add title to filenames

Conditions:
Downloadurl -> Contains: coomer.su

...then set:
Filename: <jd:prop:title>_<jd:orgfilename>


All coomer.su items added after creating said rule will have the new filenames.
__________________
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 06.02.2025, 01:26
OPM OPM is offline
Modem User
 
Join Date: Jan 2025
Posts: 4
Default

Quote:
Originally Posted by pspzockerscene View Post
All coomer.su items added after creating said rule will have the new filenames.
Thank you! It does but for some reason still includes the random alphanumeric strings in the file name thus cutting most of the original title off.
Reply With Quote
  #8  
Old 06.02.2025, 10:20
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,114
Default

That is because I've designed the rule in a way to add that title in front of the original filename.
Of course you could do anything with it. Please read our Packagizer docs and also re-phrase what exactly you want.
Just keep in mind that if you only use the "title" for all resulting items, you will just have multiple files with the exact same file names, resulting in file name collisions later on.

More info about "cutting off" something from the title:
Do you mean the "..." at the end of the title?
This is your link:
Code:
coomer.su/onlyfans/user/fullyaquadic/post/1217424536
JDownloader obtains the information from the coomer.su API:
Code:
coomer.su/api/v1/onlyfans/user/fullyaquadic/post/1217424536
As you can see, the title according to the coomer.su API is:
Code:
Here’s three of our favorite blowjob scenes, which is your g..
The "cutting off" happens by coomer or in different words: Looks like what they define as "title" is a derivation of the field "content" cut to a max length limit.
There is also the field "content" which looks to contain this string in a longer version:
Code:
Here’s three of our favorite blowjob scenes, which is your guys’ favorite?
Let me know if you want to use the string inside field "content" instead of "title" and I will make it available as a property.
__________________
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
  #9  
Old 07.02.2025, 03:35
OPM OPM is offline
Modem User
 
Join Date: Jan 2025
Posts: 4
Default

Quote:
Originally Posted by pspzockerscene View Post
Let me know if you want to use the string inside field "content" instead of "title" and I will make it available as a property.
I would appreciate that yes! I figured the only option I had was only the title.

The file ends up saving as
Code:
Here’s three of our favorite blowjob scenes, which is your g.._0hsn10rl1z5hsdsxstscg_source.mp4
I wanted the longer version like you posted

Code:
Here’s three of our favorite blowjob scenes, which is your guys’ favorite?
Quote:
Just keep in mind that if you only use the "title" for all resulting items, you will just have multiple files with the exact same file names, resulting in file name collisions later on.
That's what I meant by "Just wondering, In this example would the 3 different files end up (2), (3) etc?" Would the just end as example, example(2)?
Reply With Quote
  #10  
Old 07.02.2025, 12:01
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,114
Default

Quote:
Originally Posted by OPM View Post
I wanted the longer version like you posted
Next update will make the property "post_text" available for all coomer.su items crawled after the update.

Quote:
Originally Posted by OPM View Post
That's what I meant by "Just wondering, In this example would the 3 different files end up (2), (3) etc?" Would the just end as example, example(2)?
Depends on how you configure JD.
To get your desired outcome, go to:
Settings -> General -> If the file already exists -> Auto rename

Wait for the update, update your Packagizer rule accordingly and you will be able to use the full post content text in file names.

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; 07.02.2025 at 12:12.
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 17:31.
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 - 2025, Jelsoft Enterprises Ltd.