AlttiRi / twitter-click-and-save

[userscript] Adds buttons to save images and videos in Twitter, also does some other enhancements. (Twitter image and video downloader)
https://greasyfork.org/en/scripts/430132
GNU General Public License v3.0
104 stars 9 forks source link

does this download the orig image? #20

Closed silverhikari closed 1 year ago

silverhikari commented 1 year ago

i have noticed that twitter has a tendency to reside images even if you go to the direct image link, where to get the original sized image you have to add "orig" . i was wonder if this userscript downloads the altered size version or the original version?

AlttiRi commented 1 year ago

Yeah, it does download the orig images, if it fails then it tries to download 4096x4096 (in 99.9 % of cases they are the same).

To get the "original" you just need to set name parameter of the image URL the orig value like it's in this: https://pbs.twimg.com/media/FkMwbpaVUAAOrEy?format=jpg&name=orig

silverhikari commented 1 year ago

thank you that answers my question