Labs/Ubiquity/Writing A Search Command: Difference between revisions

Jump to navigation Jump to search
Line 204: Line 204:
     maxResults: 3
     maxResults: 3
   }
   }
});
=== Searching with a different charset ===
CmdUtils.makeSearchCommand({
  names: ["video.baidu", "百度视频"],
  url: "http://video.baidu.com/v?word={QUERY}",
  charset: "gb2312",
  parser: {
    container: "#result td",
    title: ".r a",
    thumbnail: "img",
    maxResults: 20,
  },
  });
  });
47

edits

Navigation menu