7
0
mirror of https://github.com/marado/RNID.git synced 2024-10-22 16:00:35 +00:00

ignorar demasiados erros html

This commit is contained in:
Tiago Carreira 2024-10-18 20:26:43 +01:00
parent d3c282c73a
commit e5a854d531
No known key found for this signature in database

View File

@ -3,8 +3,8 @@
# Incumprimentos: Vídeos disponibilizados em WMV, Canal Parlamento em Flash
## a) Vídeos disponibilizados em WMV
wget http://www.parlamento.pt/ActividadeParlamentar/Paginas/DetalheAudiencia.aspx?BID=99371 -o /dev/null -O - | \
hxnormalize -x -l 10000 | grep "Links associados" -A 100 | \
wget 'http://www.parlamento.pt/ActividadeParlamentar/Paginas/DetalheAudiencia.aspx?BID=99371' -o /dev/null -O - | \
hxnormalize -x -l 10000 2>/dev/null | grep "Links associados" -A 100 | \
grep "Bottom Fixed Nav" -B 100 | hxnormalize -x -l 10000|hxselect a -s '\n'|hxnormalize|grep href|cut -d\" -f2 > tmp
a=$(diff tmp scripts/01/DetalheAudiencia.aspx?BID=99371 |wc -l)