J
John Zoldiark
Hi and thanks for the help, I am new to ruby and I am trying to get some
data from a website using the Hpricot library.I am doing this: links =
Hpricot(index_page).search("td.det_movie").collect{ |link| link["href"]
} to get an array of data but the thing is that right now I need some
text out of tags and the previous version only works with tags.
This is the code that I am reading, and I need the part "The Day the
Earth Stood Still"
<a class="link" href="detalle_movie.php?mv_id=618">The Day the Earth
Stood Still</a>
thanks for any help
data from a website using the Hpricot library.I am doing this: links =
Hpricot(index_page).search("td.det_movie").collect{ |link| link["href"]
} to get an array of data but the thing is that right now I need some
text out of tags and the previous version only works with tags.
This is the code that I am reading, and I need the part "The Day the
Earth Stood Still"
<a class="link" href="detalle_movie.php?mv_id=618">The Day the Earth
Stood Still</a>
thanks for any help