专业的编程技术博客社区

网站首页 > 博客文章 正文

提取O'Reilly出版社动物列表(提取动物dna三步骤)

baijin 2024-08-11 13:47:09 博客文章 12 ℃ 0 评论

更多互联网新鲜资讯、工作奇淫技巧关注原创【飞鱼在浪屿】(日更新)

json格式的动物头像提取自oreilly网站:

https://www.oreilly.com/animals.csp


标题和动物的部分.json文件

完整的json文件见链接:

https://gist.githubusercontent.com/briandfoy/d68915eb425e1fc4932ceac5cdf2d60d/raw/41c1b3eb91a32ae4e28dcfd6716c6e9f1e0e31dc/oreilly-animals.json

[
  {
    "animal": "12-Wired Bird of Paradise",
    "cover_src": "https://covers.oreilly.com/images/9780596155452/cat.gif",
    "link": "https://shop.oreilly.com/product/9780596155452.do",
    "title": "Mobile Design and Development"
  },
  {
    "animal": "3-Banded Armadillo",
    "cover_src": "https://covers.oreilly.com/images/0636920024491/cat.gif",
    "link": "https://shop.oreilly.com/product/0636920024491.do",
    "title": "Windows PowerShell for Developers"
  },
  {
    "animal": "Aardvark",
    "cover_src": "https://covers.oreilly.com/images/9780596007065/cat.gif",
    "link": "https://shop.oreilly.com/product/9780596007065.do",
    "title": "Jakarta Commons Cookbook"
  },
  {
    "animal": "Aardwolf",
    "cover_src": "https://covers.oreilly.com/images/0636920029786/cat.gif",
    "link": "https://shop.oreilly.com/product/0636920029786.do",
    "title": "Clojure Cookbook"
  },
  {
    "animal": "Addax, aka Screwhorn Antelope",
    "cover_src": "https://covers.oreilly.com/images/9780596804855/cat.gif",
    "link": "https://shop.oreilly.com/product/9780596804855.do",
    "title": "Ubuntu: Up and Running"
  }
  ]

Tags:

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表