Skip to content

Commit

Permalink
version 1.3.1 (bugfix release for pastebin.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
stgraber committed May 30, 2012
1 parent 788dc86 commit 6bedfc9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 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 = "(.*)"
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ try:

gettext.textdomain("pastebinit")

version = "1.3" #Version number to show in the usage
version = "1.3.1" #Version number to show in the usage
configfile = os.path.expanduser("~/.pastebinit.xml")

# Custom urlopener to handle 401's
Expand Down

0 comments on commit 6bedfc9

Please sign in to comment.