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
1=== added file 'pastebin.d/pastebin.run.conf'
2--- pastebin.d/pastebin.run.conf 1970-01-01 00:00:00 +0000
3+++ pastebin.d/pastebin.run.conf 2019-11-22 14:39:39 +0000
4@@ -0,0 +1,17 @@
5+[pastebin]
6+basename = pastebin.run
7+regexp = https://pastebin.run
8+https = True
9+
10+[format]
11+content = code
12+format = language
13+expiration = expiration
14+page = page
15+regexp = regexp
16+
17+[defaults]
18+page = /api/v1/pastes
19+format = plaintext
20+expiration = P30D
21+regexp = (.+)

Subscribers

People subscribed via source and target branches

to all changes: