Spark-NF / twitter_media_downloader

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

Please add original quality image size. #11

Closed zby1234 closed 5 years ago

zby1234 commented 5 years ago

url add ":orig" gets full size of image, higher quality than "large" e.g. https://pbs.twimg.com/media/D_LjaAtUIAA7kEu.jpg:large 1363x2048 https://pbs.twimg.com/media/D_LjaAtUIAA7kEu.jpg:orig 2637x3962

Spark-NF commented 5 years ago

Indeed, it would seem I overlooked the possibility of other sizes, since Twitter's API documentation only lists thumb, small, medium, and large sizes: https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object#media-size

I'll push a fix to allow for the orig size as well.

zby1234 commented 5 years ago

@Spark-NF url add "?format=jpg&name=orig" can gets full size of image as well.

Spark-NF commented 5 years ago

Does it make any difference with :orig?