In this case, it s currently impossible....
I was able to filter out a big percentage of unwanted images already , they had different url paths so very easy. but this is hard because they all come from same path
site.com/my_chair/ (source url)
site.com/abc/abc.123.jpg (desired image)
site.com/abc/abd.124.jpg(unwanted)
site.com/abc/abe.126.jpg(unwanted)
the abcs are all random so, i just can NOT define a general rule and tell , "dont download from "abd*" or "abe*", because those paths will become needed, just not for that pasted link....
So the only differentiator is the numerically smallest number.
Currently, i paste link, wait for all links to get grabbed, delete the numerically larger ones. until only one image is left for that pasted link, then move onto the next paste.
ofcourse, i just did it twice then gave up and instead just dragging images to an explorer folder without JD
i gave actual links btw , i just dont think it is doable with current tools.
question:
Is there paste event IDs in JD?
Maybe a script could do this:
For Paste event ID: 123#
get list of files downlaoded for that event
delete all downloaded links until count is 1, reverse numerically sorted.
pff
Or it could be:
For every source url,
delete all jpeg until file count=1
delete all rar until file count=1 ofcourse reverse numerical order...
Last edited by I3ordo; 10.05.2022 at 10:48.
|