dixudx / tumblr-crawler

Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tumblr raw?

momoe opened this issue · comments

commented

is it possible to enable the default scraper to find the tumblr_????_raw file instead of the 1280px version? It's usually higher quality.

commented

is it possible to enable the default scraper to find the tumblr_????_raw file

I did not give it a try. You can try to improve this in

# select the largest resolution
# usually in the first element
self.queue.put((medium_type, post, target_folder))