shichao-an / twitter-photos

Simple, fast command-line tool to get photos from Twitter accounts
https://twitter-photos.shichao.io
BSD 2-Clause "Simplified" License
171 stars 39 forks source link

Cannot download original images, only large #11

Closed faeinthebay closed 7 years ago

faeinthebay commented 7 years ago

I cannot specify any parameter to download original images, only large images (restricted to 2048px). Is this an intentional limit or an oversight?

Twitter seems to serve large and medium images by default; you must specify original images to get the full resolution picture. For example, the normal URL for my test image is https://pbs.twimg.com/media/C5A9PgGUcAIcqx-.jpg which is 1280px (medium), but you modify the URL to https://pbs.twimg.com/media/C5A9PgGUcAIcqx-.jpg:orig you get a 4096px image (I doubt Twitter stored the original 5472px version I uploaded).

faeinthebay commented 7 years ago

Sorry about the pull request, and thank you for your prompt fix! Your tool is great and easy to work with.

shichao-an commented 7 years ago

@andrewia Thank you for finding this issue!