tumblr / pytumblr

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

'tags' problem #168

Open BaGRoS opened 1 year ago

BaGRoS commented 1 year ago

II added a video from YT, and tags=['meditation','relaxation'], instead of tags on the page I only have #m and #r.... I tried tags='meditation,relaxation' and tags=['meditation','relaxation'] both the same result.

BaGRoS commented 1 year ago

I found a solution, this should be a list with one string, with strings. tags=['meditation,relaxation']