|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
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 |
#3
|
|||
|
|||
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. |
#4
|
||||
|
||||
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 |
#5
|
|||
|
|||
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. |
#6
|
||||
|
||||
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. :] |
#7
|
||||
|
||||
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 |
#8
|
|||
|
|||
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 } ] |
#9
|
||||
|
||||
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 |
#10
|
||||
|
||||
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. :] |
Thread Tools | |
Display Modes | |
|
|