hello to everyone, you can download the images with their tags? when download an image renaming me with numbers and letters at random
Posted under Tags
It's not random, it's md5 hash of the image, and it's the actual filename - images are stored on the servers named like that. You can try to parse the xml - see post #1543505 vs http://danbooru.donmai.us/posts/1543505.xml .
Type-kun said:
It's not random, it's md5 hash of the image, and it's the actual filename - images are stored on the servers named like that. You can try to parse the xml - see post #1543505 vs http://danbooru.donmai.us/posts/1543505.xml .
he meant instead of [post #1543505] or [97882b59a4efbb9867fdd63639146c98.jpg], he wants to save it as [kyoukai_no_kanata-kuriyama_mirai-1girl....jpg]. Kinda like what yande.re does.
Unfortunately, @op, you can't.
itsonlyaname said:
Creating a small script to do this probably would be trivial - but windows limits path (folder+filename) to 256 characters so it won't work well.
Not to mention Windows also prohibits the characters <, >, ?, /, *, ", :, ;, \, |, ^(?), «(?), »(?), ÷(?), <(?), >(?), ?(?), ;(?), :(?), ^(?), |(?), ¦(?), and �(?); anything above Unicode 0xFFFF or below Unicode 0x20 except TABs for some reason; and the names CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9, $Mft, $MftMirr, $LogFile, $Volume, $AttrDef, $Bitmap, $Boot, $BadClus, $Secure, $Upcase, $Extend, $Quota, $ObjId and $Reparse. Removing any of these unnecessary restrictions would probably result in Microsoft having to do to Windows what Nintendo did to Pokemon in Generation III.
itsonlyaname said:
Creating a small script to do this probably would be trivial - but windows limits path (folder+filename) to 256 characters so it won't work well.
It would be trivial if he uses some kind of out-of-browser downloader, in which case xml is a way to go. Implementing "Save as" functionality using Javascript can be quite tricky, AFAIK.