twMediaDownloader
twMediaDownloader copied to clipboard
Download images of user's media-timeline on Twitter.
localstorageにあるdate-range-infoはscreen_nameをキーにして日付/IDの範囲を格納していて対象Twitterユーザのスクリーン名(@xxx)が変わったら前スクリーン名の範囲が引き継がれず空の状態になっています。 スクリーン名でなく、TwitterのユーザID(数字)でキーとして保存すると解決できます。 (並びにCSVにTwitterユーザIDも一緒に出力されるとめっちゃ助かります)
if a post has both images & videos, it only downloads the images. Example: https://twitter.com/tzuyusbbl/status/1583090161294139392
if a post has multiple videos, it only downloads the first video. Example : https://twitter.com/AraSamiChu/status/1272516171007324161
Fix to #95, #93 May conflict with #96 Add support to tweets with: - Multiple video - Videos, gifs and images together
As the title says, if the images in a tweet contain alt-text, this change will try to record it as part of the image’s EXIF data (using https://github.com/hMatoba/piexifjs ). It...
FF 107 + Tampermonkey
For timeline download, currently it only download the main tweet or retweets. but it doesn't download from quoted retweets. sometimes, quoted retweets can have useful media. https://twitter.com/kaor1n_n/status/1583401632817025027 (main tweet has...
Please add the ability to download files without confirmation with the possibility to specify a folder in the settings.
I have made changes to to the user script that allows for the tool to download multiple videos at once. There are downsides: - Must allow pop-ups when opening videos...
Hi, I just found a tweet with two videos and I cannot seem to download the second one on any website including your extension. So if you could add support...