From b65dedd7b2280e8971a3b00b60464bd18ebbb4b2 Mon Sep 17 00:00:00 2001 From: Nicholas Vinson Date: Thu, 25 Feb 2021 02:38:48 -0500 Subject: remove invalid EXPIRATIONS_pinnwand entries --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index 94f816e..1f4db57 100755 --- a/wgetpaste +++ b/wgetpaste @@ -283,7 +283,7 @@ shell-session smali smalltalk smarty snobol sp sqlite3 sql squidconf splus sml s tcl tcsh tea tex text text treetop ts urbiscript vala vb.net velocity verilog vgl vhdl vim \ xml+cheetah xml+django xml+evoque xml+lasso xml+mako xml+myghty xml+php xml+erb xml+smarty \ xml+velocity xml xquery xslt xtend yaml" -EXPIRATIONS_pinnwand="1day 1week 1month never" +EXPIRATIONS_pinnwand="1day 1week" REGEX_URL_pinnwand='s|^.*"link": "\([^"]\+bpa.st[^"]\+\)".*$|\1|p' REGEX_RAW_pinnwand='s|^\(https://bpa.st\)\(/.*\)$|\1/raw\2|' escape_description_pinnwand() { sed -e 's|"|\\"|g' -e 's|\x1b|\\u001b|g' -e 's|\r||g' <<< "$*"; } -- cgit v1.2.3