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

How can I get data from iframe with ghost.py?

我正在尝试使用 iframe 抓取网站,所以当我这样做时 ghost.show() 我通常会看到我的结果,所以 iframe 已填充,但在我执行 ghost.content 之后 它 returns iframe 是空的,认为它是为了安全而完成的,但我如何才能获得这些数据? 谢谢你,抱歉英语不好。

你可以这样进入你的框架:

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