parse html:what is the meaning of "//"?

Miki Tebeka miki.tebeka at gmail.com
Fri Sep 16 09:08:54 EDT 2011


As a side note, it's way easier to get this data using YQL. See for example:

http://developer.yahoo.com/yql/console/?q=show%20tables&env=store://datatables.org/alltableswithkeys#h=SELECT%20*%20FROM%20yahoo.finance.options%20WHERE%20symbol%3D%27C%27%20AND%20expiration%3D%272011-09%27

Which gives you the data in JSON format.

(See link at bottom for API URL)



More information about the Python-list mailing list