tumblr / pytumblr

A Python Tumblr API v2 Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API returns older posts than requested

daubaris opened this issue · comments

Hi, when using the tagged method with the current date's timestamp int(datetime.datetime.now().timestamp()), for certain tags (e.g., fashion), the API returns posts starting from the year 2015 while for others start at the current date (2022-07-20). This is probably more of an issue with the server rather than the API, however, it is still an issue.