Skip to content

Commit

Permalink
Update pastebin API
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 10, 2013
1 parent ad36bac commit 0a3831a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions pastebin.d/pastebin.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ basename = pastebin.com
regexp = "http://((([a-zA-Z0-9\-_\.]*)(pastebin\.com)))"

[format]
content = paste_code
user = paste_name
subdomain = paste_subdomain
private = paste_private
expiry = paste_expire_date
format = paste_format
email = paste_email
content = api_paste_code
user = api_paste_name
subdomain = api_paste_subdomain
private = api_paste_private
expiry = api_paste_expire_date
format = api_paste_format
email = api_paste_email
page = page
submit = submit
regexp = regexp
api_dev_key = api_dev_key
api_option = api_option

[defaults]
submit = submit
Expand All @@ -21,5 +23,7 @@ private = 0
expiry = 1M
subdomain = ""
email = ""
page = "/api_public.php"
api_dev_key = 253ce2f0a45140ee0a44ca99aa492260
api_option = paste
page = "/api/api_post.php"
regexp = "(.*)"

0 comments on commit 0a3831a

Please sign in to comment.