fake-name / xA-Scraper

69 stars 8 forks source link

TwitGet naming scheme doesn't maintain the order #70

Closed God-damnit-all closed 4 years ago

God-damnit-all commented 4 years ago

@fake-name Right now the naming scheme is TweetID - ImageID. This means that if an artist posted up a 4 image sequence, the images will likely be out of order because the ImageID is just a random hash.

My recommendation for naming scheme is artistID-TweetID-YYYYMMDD_img#.ext (the date here referring to the date of the tweet, not the date of download).