Alt
Alt
Here is the new versions. They use the **new**, more correct, **form** of the JSON file _(no more `"[\"abcd\",\"qwert\"]"`, now it's `["abcd","qwert"]`)_. _With the merge code snippet._ --- ONLY FOR...
Finally, made it. - three buttons: "export", "import", "merge". - changed LocalStorare keys for unification. --- https://github.com/AlttiRi/twitter-click-and-save/commit/0838777aff678d3f5cd9fb56d2f86926e28b5509 Migrate to new LocalStorage names https://github.com/AlttiRi/twitter-click-and-save/commit/fe50907298303691aa44a1844b70c12ee2b133c0 Support "continuous migration" https://github.com/AlttiRi/twitter-click-and-save/commit/85da601bd5125aaa83b92a040d9bc30eb1da7eff Add listeners for...
I don't think that it would be useful for everyone, well, sometime maybe. For me — for the debugging purpose only. I think to add such option on right click...
~+1 for a link. Can't reproduce.~
It's ~possibly~ Twitter's encoder's issue. I googled `Twitter-vork muxer` _(from MediaInfo)_ and I found: - 12/03: **https://github.com/FixTweet/FixTweet/issues/526** - 08/12: https://github.com/wukko/cobalt/issues/172 - 12/04: [reddit.com/r/youtubedl/comments/18ap35y/twitter_video_codec/](https://www.reddit.com/r/youtubedl/comments/18ap35y/twitter_video_codec) - 09/13: [stackoverflow.com/questions/77098521/mp4-video-plays-in-browser-but-no-media-player](https://stackoverflow.com/questions/77098521/mp4-video-plays-in-browser-but-no-media-player) - 07/03: [forum.videolan.org/viewtopic.php?t=162752](https://forum.videolan.org/viewtopic.php?t=162752) "no...
Well, technically the script works as intended — it downloads the original (after Twitter's enconing) mp4 files in the best available quality, with sound, as [gallery-dl](https://github.com/mikf/gallery-dl/) does. There is the...
Twitter have already [updated](https://github.com/FixTweet/FixTweet/issues/526#issuecomment-1864794509) the setting of its encoder, so the new mp4 files should be played correctly on Apple devices and in VLC player. However, the files uploaded to...
> because these two different tweets [here](https://twitter.com/OZ_0978/status/1660393488624779265) and [here](https://twitter.com/OZ_0978/status/1662101022142259200) use the exact same file urls? Yes. It's strange. I tried to post the same images multiple times in different twits,...
I added a fix to correctly show the error. https://github.com/AlttiRi/twitter-click-and-save/commit/eb8856bc523383e81c14df98b96ad0302786f268 --- It's possible to download it, it requires to do some extra action when `result.length === 0` in `getTweetMedias`. It's...
Possible, it's just better to find mp4 url with RegEx, then just download it using the username and tweeId from the location url for the filename, without spending time for...