|
|
|
@ -64,7 +64,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
;;; Define providers |
|
|
|
;;; Define providers |
|
|
|
|
|
|
|
|
|
|
|
;; Providor for http://ix.io/ |
|
|
|
;; Provider for http://ix.io/ |
|
|
|
(defun webpaste-providers-ix.io (text) |
|
|
|
(defun webpaste-providers-ix.io (text) |
|
|
|
"Paste TEXT to http://ix.io/." |
|
|
|
"Paste TEXT to http://ix.io/." |
|
|
|
|
|
|
|
|
|
|
|
@ -93,7 +93,7 @@ |
|
|
|
("poster" . "") |
|
|
|
("poster" . "") |
|
|
|
("expiry_days" . "1")))) |
|
|
|
("expiry_days" . "1")))) |
|
|
|
|
|
|
|
|
|
|
|
;; Add text as content |
|
|
|
;; Add TEXT as content |
|
|
|
(add-to-list 'post-data (cons "content" text)) |
|
|
|
(add-to-list 'post-data (cons "content" text)) |
|
|
|
|
|
|
|
|
|
|
|
;; Use request.el to do request to dpaste.com to submit data |
|
|
|
;; Use request.el to do request to dpaste.com to submit data |
|
|
|
|