JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 16.11.2023, 08:26
arckaine arckaine is offline
Modem User
 
Join Date: Nov 2023
Posts: 4
Default rename package by source for multiple link

Hello

I view somme similar question but doesnt work for me.

I would like do downloand some picture from a website. All picture are sepate in different webpage but with the same name sctructure.

exemple
**External links are only visible to Support Staff****External links are only visible to Support Staff** 1.jpg, 2.jpg, 3.jpg
**External links are only visible to Support Staff****External links are only visible to Support Staff** 1.jpg, 2.jpg, 3.jpg
**External links are only visible to Support Staff****External links are only visible to Support Staff** 1.jpg, 2.jpg, 3.jpg

the issue is when I copy/paste all link in linkgrabber, package are by picture name like
1 / 1.jpg, 1.jpg, 1.jpg
2 / 2.jpg, 2.jpg, 2.jpg
3 / 3.jpg, 3.jpg, 3.jpg

But I would like per folder./link
766(variable to define) / 1.jpg, 2.jpg, 3.jpg
765(variable to define) / 1.jpg, 2.jpg, 3.jpg
764(variable to define) / 1.jpg, 2.jpg, 3.jpg


the but is to maintin the original structure.
Why Can I do, please?
thank you
Reply With Quote
  #2  
Old 16.11.2023, 11:49
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Hi,
I'm not sure if I understood all of your post but did you already check out our Packagizer feature?
__________________
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 16.11.2023, 12:01
arckaine arckaine is offline
Modem User
 
Join Date: Nov 2023
Posts: 4
Default

Hi , yes, I already test "Modify Package name via anchor in URL" but don't have the effect I want.

below what I have


And What I want

Last edited by arckaine; 16.11.2023 at 12:04.
Reply With Quote
  #4  
Old 16.11.2023, 12:28
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

So you'd like to put them into subfolders?
I'm sorry but I still don't get it 100%.
__________________
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
  #5  
Old 16.11.2023, 13:09
arckaine arckaine is offline
Modem User
 
Join Date: Nov 2023
Posts: 4
Default

imagine that you have an online photo album from 2010-2020 (20 folders), with 10 photos (10 files per subfolder) per month over 12 months (12 subfolder by folder).
in the current state, if you don't keep the same structure, if I want to download them in one round, I would have 12 sub-folders classified from January to December with in the January sub-folder the photos from 2010 to 2020 mixed without knowing which year they belong to.
Same result here, when I want to download all subfolders, I want each image to belong to the original folder and not a new one based on the name.
Reply With Quote
  #6  
Old 16.11.2023, 14:36
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,667
Default

linkcrawler rule, you can define pattern to find, and package name.
else
decrypter plugin
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #7  
Old 16.11.2023, 20:32
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Yap, what raztoki writes.
More infos about LinkCrawler rules:
https://support.jdownloader.org/Know...kcrawler-rules

You'd need to create one for "vfscan.cc" then you'd get prettier package names -> Use them as subfolder-names.
__________________
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
  #8  
Old 17.11.2023, 11:03
arckaine arckaine is offline
Modem User
 
Join Date: Nov 2023
Posts: 4
Default

Thank you for explanation.

I did some test but unfortunalkly without success.
Sorry but I know nothing to this code.

Below that I tried in LinkCrawler Rule
I tried some version of packageNamePattern.
Is it the good value to change?


[
{
"enabled": true,
"cookies": [
[
"key1",
"value1"
],
[
"key2",
"value2"
]
],
"logging": false,
"maxDecryptDepth": 1,
"name": "vfscan",
"pattern": "**External links are only visible to Support Staff**,
"rule": "DEEPDECRYPT",
"packageNamePattern": "subfolder-names",
"passwordPattern": null,
"deepPattern": null
}
]
Reply With Quote
  #9  
Old 17.11.2023, 13:11
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

It doesn't look like you tried at all so:
- Read our support article again
- Get faimiliar with the rules and regular expressions
- Post another rule you attempted to create
--> Then I'm willing to provide further help.
__________________
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 21.11.2023, 23:37
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,667
Default

you need patterns that match the entire supported url structure, and where to find the packagename within the html, not just the domain, you also have to use the correct escaping.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
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 09:37.
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.