Added ?P and ?s to the list of known item types.
authorTim Vaughan <tgvaughan@gmail.com>
Thu, 27 Jun 2019 11:16:26 +0000 (13:16 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Thu, 27 Jun 2019 11:16:26 +0000 (13:16 +0200)
(Both are just handled using the download getter.)

elpher.el

index 2afe674..e94b3a3 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -76,6 +76,8 @@
     (?p elpher-get-image-node "img" elpher-image)
     (?I elpher-get-image-node "img" elpher-image)
     (?d elpher-get-node-download "doc" elpher-binary)
+    (?P elpher-get-node-download "doc" elpher-binary)
+    (?s elpher-get-node-download "snd" elpher-binary)
     (?h elpher-get-url-node "url" elpher-url)
     (bookmarks elpher-get-bookmarks-node "#" elpher-index)
     (start elpher-get-start-node "#" elpher-index))