tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

photoset post max upload photo is ten ? #113

Closed 23233 closed 6 years ago

23233 commented 6 years ago

i'm submit fourteen photo data but only show ten photo


this is show ten photo result:

ten photo

this is my code :

tim 20180619230933 tim 20180619230952

i'm sure this submit photo number is fourteen , maybe i want

thanks you I hope you can help me


jasonpenny commented 6 years ago

Yes, the maximum number of photos in a post is 10.

You can get all the photos to be full size on their own row with photoset_layout:

self.client.create_photo(self.get_blog_name,
                         state="draft",
                         tags=tag_list,
                         format="markdown",
                         data=img_list,
                         caption=caption_str,
                         photoset_layout="1111111111")