python – 如何加载tumblr上的所有笔记?
作者:互联网
我做了一个赠品,但我有一个问题来查看笔记.底部没有“加载更多笔记”.其他帖子还可以,但我不知道为什么我的赠品帖子(仅限POST)不会加载所有笔记.
我用Google搜索并发现了这个 – > How can I see all notes of a Tumblr post from Python?
这个问题的答案之一是一个只有笔记的新页面. (用户unor).我认为用户使用python或其他东西,但我不知道是什么,我尝试将我的网址更改为答案中提到的但没有任何作用. :(甚至wget命令可以下载该帖子的所有备注页面.
有人能帮我吗?这是我的帖子的网址 – > http://uri-hyukkie.tumblr.com/post/64967405021
非常感谢你!
解决方法:
Your post已经显示所有注释(编辑:但Tumblr可能阻止/删除了所有其他注释).
最古老的音符始终是您自己的,所以如果您能看到它,则没有其他音符页面:
uri-hyukkie posted this
如果您获得更多喜欢/ reblog,您将最终达到阈值.只有这样你才会看到“加载更多笔记”链接.注意分页.
one of the answers for the question made a new page with only the notes. (the one by user unor). i think the user used python or something but im not sure what is that and i tried changing my url to the one mentioned in the answer but nothing works.
标签:python,tumblr 来源: https://codeday.me/bug/20190629/1324434.html