All plugin is finished but I have problem with a xpath, look is this the code...
urlCapitulo = forElementos.xpath('./img[@onClick]').text
I want parse from this line:
<li>
<img src="http://flash.tvolucion.com/img/tln/t1-c090-teres.jpg" onClick="GoLink(this, 'http://tvolucion.esmas.com/telenovelas/drama/teresa/091281/teresa-capitulo-90/ipad');">
<h2>Teresa</h2>
<h3>Listos para la boda</h3>
<h3>Duración: 00:43:53</h3>
<h3>Capítulo: 90</h3>
</li>
I need get the content from onClick
onClick="GoLink(this, 'http://tvolucion.esmas.com/telenovelas/drama/teresa/091281/teresa-capitulo-90/ipad');"
the link: http://tvolucion.esm...apitulo-90/ipad
How i get with xpath.
Thanks so much
JC

Help













