tzw0745

Results 7 comments of tzw0745

对,程序在调用api时会指定`type`为`video`或`photo`,这样`type`为`regular`的`文章`就不会被检测。同时图片也是以html代码的形式表现在api结果里的,需要单独进行html解析或正则。 可以考虑添加对应feature。

想了一下,考虑到以`文章`形式发布图片的tumblr博客比较少(至少是从我的经验来看),所以这个feature就暂时挂起吧。等发现实际需求场景再考虑添加。

1. tumblr blocked access to "raw" images at August 13, 2018. [[source]](https://twitter.com/MakeTumblrRaw/status/1029065371033030656) 2. this feature will coming soon, thanks for your advice. 3. i dont understand about the "private blogs",...

2. the latest commit add this feature. [[edc531a]](https://github.com/tzw0745/tumblr-crawler-cli/commit/edc531a5392da7697d75197c61b268e669ee7c37)

- `photo_regex` will only used if tumblr post (from `/api/read`) not in standard format. From my experience, the frequency it is used is very low. - When user enabled `Hide...

> Thanks for the great tool! > > If you don't mind, I also have two feature requests: > > 1. Customize filename (with templating would be the best) >...

> Thanks! > > Didn't realize it's done by API, thought it's by scraping. tumblr support highly flexible themes... scraping different html code is too annoying