usps: fix broken api call, filter out html junk

This commit is contained in:
stanley lieber 2012-03-16 03:24:14 -05:00
parent bc3457726a
commit 7e0017ebd6

View file

@ -9,12 +9,13 @@ if(! ~ $#* 1) {
rfork e
hget -p 'origTrackNum='^$1 http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do |
htmlfmt > /tmp/usps.$pid
hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction |
uhtml | htmlfmt > /tmp/usps.$pid
sam -d /tmp/usps.$pid >[2] /dev/null <<'!'
0,/Label/-1d
/^Enter Label/,$d
,/Your Label Number/-1d
/Check on Another Item/,$d
/id=\"error-tLabels\"/,$d
,p
!
rm /tmp/usps.$pid