[w3m-dev:04490] https://dcms.taipower.com.tw/tpcGoogleMap/
Katsumi Yamaoka <[email protected]> Mon, 30 Oct 2017 11:06:34 +0900
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
こんにちは山岡です。 これって何がどうなっているのでしょうか? $ w3m 'https://dcms.taipower.com.tw/tpcGoogleMap/' SSL error: error:00000000:lib(0):func(0):reason(0) w3m: Can't load https://dcms.taipower.com.tw/tpcGoogleMap/. かろうじて Emacs でソースをダウンロードすることはできます: $ emacs -batch -q -eval '(with-temp-file "xxx.html" (erase-buffer) (set-buffer-multibyte nil) (insert-buffer (url-retrieve-synchronously "https://dcms.taipower.com.tw/tpcGoogleMap/")))'