From ebdc47dad61a1dd0f9fde65532727ff5cbf384f2 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Tue, 15 Oct 2013 15:47:56 -0400 Subject: [PATCH] usps: update for new usps website (thanks, mischief) --- rc/bin/usps | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rc/bin/usps b/rc/bin/usps index dfdd78ccf..bc4ec440f 100755 --- a/rc/bin/usps +++ b/rc/bin/usps @@ -13,9 +13,8 @@ hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction | uhtml | htmlfmt > /tmp/usps.$pid sam -d /tmp/usps.$pid >[2] /dev/null <<'!' -,/Your Label Number/-1d -/Check on Another Item/,$d -/id=\"error-tLabels\"/,$d +,/Tracking Number/-1d +/Available Options/,$d ,p ! rm /tmp/usps.$pid