Merge lp:~konrad-borowski/pastebinit/pastebinit into lp:pastebinit

Proposed by Konrad Borowski
Status: Needs review
Proposed branch: lp:~konrad-borowski/pastebinit/pastebinit
Merge into: lp:pastebinit
Diff against target: 21 lines (+17/-0)
1 file modified
pastebin.d/pastebin.run.conf (+17/-0)
To merge this branch: bzr merge lp:~konrad-borowski/pastebinit/pastebinit
Reviewer Review Type Date Requested Status
Pastebinit Developers Pending
Review via email: mp+375897@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Konrad Borowski (konrad-borowski) wrote :

`regexp = (.+)` is sorta a hack, as `(.*)` is special-cased in a way I don't want.

Unmerged revisions

260. By Konrad Borowski

Add support for pastebin.run

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'pastebin.d/pastebin.run.conf'
--- pastebin.d/pastebin.run.conf 1970-01-01 00:00:00 +0000
+++ pastebin.d/pastebin.run.conf 2019-11-22 14:39:39 +0000
@@ -0,0 +1,17 @@
1[pastebin]
2basename = pastebin.run
3regexp = https://pastebin.run
4https = True
5
6[format]
7content = code
8format = language
9expiration = expiration
10page = page
11regexp = regexp
12
13[defaults]
14page = /api/v1/pastes
15format = plaintext
16expiration = P30D
17regexp = (.+)

Subscribers

People subscribed via source and target branches

to all changes: