diff options
| author | efuce | 2016-06-15 22:52:36 +0200 |
|---|---|---|
| committer | efuce | 2016-06-15 22:52:36 +0200 |
| commit | 6a4c97ccada442bf5fd1b860ee10fb7a706d289e (patch) | |
| tree | afc1ef2dd0ab4a594429930c2ef3cf45f245e9d4 /_data | |
| parent | e55947044befa90248d1e0bf00f456d264b2f172 (diff) | |
| download | scripts.irssi.org-6a4c97ccada442bf5fd1b860ee10fb7a706d289e.tar.bz2 | |
Updated tinyurl.pl to make use of HTTP::Tiny instead of LWP::UserAgent.
Slightly adapted url detection regex to make it work with the current
iteration of tinyurl.com.
Diffstat (limited to '_data')
| -rw-r--r-- | _data/scripts.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 0d384cd..fd03348 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -4312,10 +4312,10 @@ description: 'create a tinyurl from a long one' filename: tinyurl.pl license: GPL - modified: '2008-08-29 13:51:48' - modules: LWP::UserAgent + modified: '2016-06-15 22:48:48' + modules: HTTP::Tiny name: tinyurl - version: '1.0' + version: '1.1' - authors: 'Timo Sirainen, David Leadbeater' contact: 'tss@iki.fi, dgl@dgl.cx' |
