weibo-crawler icon indicating copy to clipboard operation
weibo-crawler copied to clipboard

微博只有日期, 没有时间

Open wyun opened this issue 3 years ago • 1 comments

微博只有日期, 没有时间。

    {
      "user_id": xxxx,
      "screen_name": "",
      "id": 4710605912xxxxx,
      "bid": "Lxxxxxx",
      "text": "xxxxxxxxxxx ",
      "article_url": "",
      "pics": "",
      "video_url": "",
      "location": "",
      "created_at": "**2021-12-04**",
      "source": "iPhone",
      "attitudes_count": 0,
      "comments_count": 0,
      "reposts_count": 0,
      "topics": "",
      "at_users": ""
    },

wyun avatar Dec 09 '21 17:12 wyun

感谢反馈。目前只支持获取到日期,如果想精确到时间,暂时可以使用cookie版。如果还有问题,欢迎继续交流。

dataabc avatar Dec 10 '21 11:12 dataabc