1
Zuckonit 2014-08-12 10:56:41 +08:00
缩略图,
<link rel="shortcut icon" href="/static/img/icon_rayps_64.png" type="image/png" /> <link rel="apple-touch-icon" href="/static/apple-touch-icon.png" /> 类似 |
2
Zuckonit 2014-08-12 10:57:39 +08:00
|
3
Zuckonit 2014-08-12 10:58:51 +08:00
比较全的favicon, https://github.com/audreyr/favicon-cheat-sheet
|
4
ChiChou 2014-08-12 11:36:04 +08:00
缩略图需要开 phantomjs 之类的软件渲染,成本(流量,系统硬件资源等)比较高。
|
5
beordle 2014-08-12 22:29:33 +08:00
Google Favicon API
http://www.google.com/s2/favicons?domain=twitter.com 而缩略图非常不好办了 只能用Phantomjs这种 Headless 的浏览器截图.我见过的 API 都不完美.首先PNG不全.另外比如说国外的API抓不了国内.国内的抓不了国外.最好的办法就是自己抓 异步入库. |
6
hayao650 2014-08-19 18:49:40 +08:00
urllib.urlretrieve()应该可以
|