EltonChou / TwitterMediaHarvest

Download twitter media with only one-click.
https://chrome.google.com/webstore/detail/media-harvest-twitter-med/hpcgabhdlnapolkkjpejieegfpehfdok
MIT License
374 stars 32 forks source link

[FEATURE]About the created or modified date of the file #151

Closed countdown88 closed 1 month ago

countdown88 commented 1 month ago

Is there a way to sort downloaded files in the order of created or modified dates?

For example, today (May 17, 2024), download the file tweeted May 17, 2023.

At this time, I would like to download a file with the date created or modified date of May 17, 2023.

I want to sort the pictures in order from the past, I think it's saved as the time I downloaded it

Is there an option to sort by tweeted time line?

EltonChou commented 1 month ago

This is file explorer's job.

m1n1vv commented 1 month ago

This is file explorer's job.

This can be implemented using JSZip.js. All files from each tweet will be in the archive. The time the post was created can be written to the date of the last modification.

EltonChou commented 1 month ago

This can be implemented using JSZip.js. All files from each tweet will be in the archive. The time the post was created can be written to the date of the last modification.

I knew there are many ways to implement this feature. But in my opinion, an extension is not a good place to do this job.