From 6a4c97ccada442bf5fd1b860ee10fb7a706d289e Mon Sep 17 00:00:00 2001 From: efuce Date: Wed, 15 Jun 2016 22:52:36 +0200 Subject: 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. --- _data/scripts.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_data') 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' -- cgit v1.2.3 From 71702e5494fa1c2f1eb4670e24564cc353273f6d Mon Sep 17 00:00:00 2001 From: efuce Date: Thu, 16 Jun 2016 10:20:18 +0200 Subject: Updated modules entry. --- _data/scripts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_data') diff --git a/_data/scripts.yaml b/_data/scripts.yaml index fd03348..bf8588f 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -4313,7 +4313,7 @@ filename: tinyurl.pl license: GPL modified: '2016-06-15 22:48:48' - modules: HTTP::Tiny + modules: WWW::Shorten name: tinyurl version: '1.1' - -- cgit v1.2.3