tumblr-crawler
tumblr-crawler copied to clipboard
Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频
修改 #126
When attempting to download video, if the XML response is including a file such as abcd.mp4, then the program is attempting the url abcd.mp4.mp4.
Can you add a function that can skip or only download certain types of photos/video. e.g. download non-gif photos, or download *.webm videos only. Thanks!
Hello, if it's already possible please let me know how, but otherwise is it possible to make it so that this can download all of my favourited posts? Ideally it...
New Features: * Tumblr Crawler impl by tumblr apiv2,Solve the authentication issue; * You can set POST_TYPE(posts/likes) to download all your liked posts;
is tumblr has limit the max request? ```python Traceback (most recent call last): File "tumblr-photo-video-ripper.py", line 288, in CrawlerScheduler(sites, proxies=proxies) File "tumblr-photo-video-ripper.py", line 149, in __init__ self.scheduling() File "tumblr-photo-video-ripper.py", line...
代理配置的是: { "http": "socks5://127.0.0.1:1080", "https": "socks5://127.0.0.1:1080" }
如下链接中的博客(这个id对应的这条博客),tumblr官方会返回一个蛋疼的xml格式。 并且如果你访问start = 14200 且 num = 50的话,前后 50 条都不会展示出来。 但是start=14200 且 num = 1就没问题。 但是start=14202 且 num = 1就没问题。 这种错误导致的异常并不少见。 such as `https://xxx.tumblr.com/api/read?num=1&start=14201` the tumblr server returns a wrong...
出现如下错误是什么意思? 我在anaconda python3.6 win10 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "tumblr-photo-video-ripper.py", line 299, in CrawlerScheduler(sites, proxies=proxies) File "tumblr-photo-video-ripper.py", line 150, in...