Can some help me on scraping http://www.seriesvideobb.com/2013/02/assistir-zero-hour-1-temporada-dublado.html ?
I only need this info (with link's)
Episódio 01 – Pilot Legendado
Episódio 02 – Face Legendado
Episódio 03 – Pendulum Legendado
Episódio 04 – Chain INGLÊS
Episódio 05 – Suspension Aguardem
I'm using match=re.compile('<td><strong>(.+?.)</strong></td><td><strong><a href="(.+?.)" target="_blank">(.+?.)</a></strong></td>').findall(link)
but "match" is always empty.......
I only need this info (with link's)
Episódio 01 – Pilot Legendado
Episódio 02 – Face Legendado
Episódio 03 – Pendulum Legendado
Episódio 04 – Chain INGLÊS
Episódio 05 – Suspension Aguardem
I'm using match=re.compile('<td><strong>(.+?.)</strong></td><td><strong><a href="(.+?.)" target="_blank">(.+?.)</a></strong></td>').findall(link)
but "match" is always empty.......