hi
i have to find in html code some key worlds and write them to the file.
html text looks like this:
and i need value that is after " id=aq_eursek_h> "
2nd question:
i made it using sed script, how can i run sed script in python script?
i have to find in html code some key worlds and write them to the file.
html text looks like this:
Code:
... >EUR/SEK 1:1</a></td><td><div id=aq_eursek_o>9.3055</div></td><td><div id=aq_eursek_h>9.3216</div></td><td><div id=aq_eursek_l>9.2905</div></td> ...
2nd question:
i made it using sed script, how can i run sed script in python script?
Comment