TwitterMediaHarvest icon indicating copy to clipboard operation
TwitterMediaHarvest copied to clipboard

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

Open countdown88 opened this issue 9 months ago • 1 comments

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?

countdown88 avatar May 17 '24 09:05 countdown88

This is file explorer's job.

EltonChou avatar May 17 '24 09:05 EltonChou

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.

m1n1vv avatar May 17 '24 11:05 m1n1vv

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.

EltonChou avatar May 17 '24 12:05 EltonChou