From 7bffe18c5e2875c6c7f260434f96263370195263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Mikul=C4=97nas?= Date: Thu, 25 Mar 2021 20:03:03 +0200 Subject: [PATCH] update Ubuntu domains --- getpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getpaste b/getpaste index a46edcd..ddc5a0d 100755 --- a/getpaste +++ b/getpaste @@ -1400,7 +1400,7 @@ sub dl_zerobin { to_query => "tx=on", }, { - host => "pastebin.ubuntu.com", + host => ["pastebin.ubuntu.com", "paste.ubuntu.com"], path => qr!^/p/\w+!, parser => \&dl_ubuntu, },