Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

Discard 0 byte files #19

Open God-damnit-all opened 3 years ago

God-damnit-all commented 3 years ago

Notice how this tweet's media is all blank (as of submitting this issue, at least): https://twitter.com/alcopopstar/status/1288270106032660480

image

I have four 0 byte files for that tweet, and the replies seem to suggest that, at one point, the embedded files were working. This could be a temporary outage of one of Twitter's CDN servers.

It would be good to discard those files so the program could possibly redownload valid ones at a later date. There should probably also be something printed in the console, maybe even an error log.