diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-10-15 15:47:56 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-10-15 15:47:56 -0400 |
commit | ebdc47dad61a1dd0f9fde65532727ff5cbf384f2 (patch) | |
tree | 9ff4ff528488767b3b78e4d400eec239e082bfcb /rc | |
parent | 0f994b1b09c1dddd2d48c479dd025e71a674fd31 (diff) |
usps: update for new usps website (thanks, mischief)
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/usps | 5 |
1 files 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 |