Wallhaven-Downloader
Wallhaven-Downloader copied to clipboard
Not issues.. How can change name images like image tags
Hello, how can change image name "wallhaven-71.jpg" like tags name like this : "jelllyfish, underwater, colorful-71.jpg"
Is there a way?
Thank you...
You would need to search for the tags in the html file (with grep, awk, sed,...) and use this information to rename the files.
basic example: grep -o -e 'href="http://alpha.wallhaven.cc/tag/[0-9]">[-:_A-Za-z0-9 ]'
Now you would need to save all of the tags somehow and concatenate them and lastly rename the file to this new string.
It should be possible but i dont have the time to look further into it, you would need to look into which characters are possible in the tagname.