jbsparrow / CyberDropDownloader

Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
165 stars 13 forks source link

[FEATURE] Sorting downloaded files from the Imgbox website. #223

Open D0n-A opened 2 days ago

D0n-A commented 2 days ago

Hello! There is the following problem / improvement request: when downloading files from the Imgbox website, they are saved without certain sorting as on the site of the same name.

Description:

  1. Let's download a random example - photo gallery with a certain order of files;
  2. Add it as usual to the grabber on the standard settings;
  3. The download will be successful; but the sorting already will be done by Windows Explorer (00x8qD0x_o.jpg will be displayed first, the second one is 0auhCDxN_o.jpg, etc.) - and it will not correspond the desired sorting;
  4. Grabber Setup: sort_downloadsand others - also had no effect.

Solution: Unfortunately, I don't have a specific offer on this issue, but have the following remark: if you inspect a single image, it will have a "title" property, for example, in the first image: <img alt="5dsxr4vp o" class="image-content" id="img" onclick="rs()" src="https://images2.imgbox.com/be/16/5DSXR4VP_o.jpg" title="JCA_x_CEA_CC-Small-1.jpg">

Hence, it would be great if the user somehow had a choice when saving by the “title” property, or “by the standard” (as is already done now).

Additional context: I have already left a similar request before in the old repository, but the author left it completely unattended. The site, of course, is not very popular, but some will find this useful. Thank you!

jbsparrow commented 2 days ago

Sort_downloads moves the downloads to the folder specified in the config. I can definitely set the file name to the title though. It should have functioned like that originally.