Next: Re-enable reddit handler.

master
Pierre Neidhardt 2020-05-13 11:01:59 +02:00
parent 9a9a25f764
commit 1b136f6021
1 changed files with 6 additions and 5 deletions

View File

@ -111,11 +111,12 @@ Videos are downloaded with `+youtube-dl-command+'."
;; proxy-mode
)
%slot-default))
;; (request-resource-hook
;; (reduce #'hooks:add-hook
;; (mapcar #'make-handler-resource (list #'old-reddit-handler #'auto-proxy-handler))
;; :initial-value %slot-default))
))
(request-resource-hook
(reduce #'hooks:add-hook
(mapcar #'make-handler-resource (list
;; #'auto-proxy-handler
#'old-reddit-handler))
:initial-value %slot-default))))
(defun format-c->lisp (s)
"Incomplete substitution of C format string to Lisp format string.