Navi2ch for Emacs (Part 22) (390レス)
1-

221
(1): 2023/10/20(金)20:08 AAS
特定の板やスレだけ過去ログを取得できない、あるいは取得しづらくなってる
2chスレ:poverty

ダメなスレは何度やってもdatが取得できない
HTTPヘッダーの環境変数を見て弾いていると思われ
外部リンク:en.wikipedia.org
回避策としてNavi2chに、本来無用な環境変数を与えてみた
これで失敗( not found )したことはない

~/.navi2ch/init.el
(defadvice navi2ch-net-send-request (around navi2ch-net-send-request-ad activate)
(or (assoc "User-Agent" other-header)
;; cf. 外部リンク:en.wikipedia.org
(add-to-list 'other-header (cons "Accept-Encoding" "gzip, deflate"))
(add-to-list 'other-header (cons "Accept-Language" "Accept-Language: en-US"))
))
1-
あと 169 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.011s