mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
parent
71f980fdb2
commit
2395623558
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ seconds; the server cuts off after 10 requests in 20 seconds.")
|
|||
(let ((new-timestamp
|
||||
(with-current-buffer (pb/with-wiki-rate-limit
|
||||
(url-retrieve-synchronously wiki-url))
|
||||
(unless (= 200 url-http-response-status)
|
||||
(error "HTTP error %s fetching %s" url-http-response-status wiki-url))
|
||||
(goto-char (point-max))
|
||||
(pb/find-parse-time
|
||||
"Last edited \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\} [A-Z]\\{3\\}\\)"
|
||||
url-http-end-of-headers))))
|
||||
|
|
Loading…
Reference in a new issue