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

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

ダメなスレは何度やってもdatが取得できない
HTTPヘッダーの環境変数を見て弾いていると思われ
https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
回避策として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. https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
(add-to-list 'other-header (cons "Accept-Encoding" "gzip, deflate"))
(add-to-list 'other-header (cons "Accept-Language" "Accept-Language: en-US"))
))
1-
あと 177 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.014s