CL-MECHANIZE
インストール
./clbuild/my-projects
# cl-mechanize
cl-mechanize get_git http://github.com/joachifm/cl-mechanize.git
$ ./clbuild install cl-mechanize cxml-stp closure-html
試してみる
(eval-when (:compile-toplevel :load-toplevel :execute)
(require :cl-mechanize))
(defpackage :try-cl-mechanize
(:use :cl :cl-mechanize))
(in-package :try-cl-mechanize)
(fetch "http://www.google.com")
が、エラー。。。
Corrupted UTF-8 input (initial byte was #b10000011)
[Condition of type RUNES-ENCODING:ENCODING-ERROR]
エンコーディングライブラリ統一してください。
いや、これはそういう問題じゃないだろうけど、あえて、エンコーディングライブラリ統一してください。
きっと @snmsts さんがやってくれるはず。期待してます。
0 件のコメント:
コメントを投稿