如何使用ghost.py从iframe获取数据?

时间:2015-01-10 06:57:44

标签: python iframe web-scraping ghost.py

我正在尝试使用iframe抓取网站,以便我ghost.show() 我通常会看到我的结果,所以iframe已经填满了,但在我做ghost.content之后 它返回iframe为空,认为它是为了安全而完成的,但我怎样才能得到这些数据? 谢谢,对不起英语不好。

1 个答案:

答案 0 :(得分:2)

你可以这样下降到你的框架:

ghost = Ghost()
ghost.frame('<your frame name>')

g.content  # Your frame content

g.frame()  # ascent back to root frame

http://ghost-py.readthedocs.org/en/latest/#ghost.Ghost.frame