Re: shell problems when scraping

2014-07-05 Thread Jerry Wu
I fixed it. Thank you very much! 2014-07-03 22:39 GMT+08:00 Mikhail Korobov : > Hi Jerry, > > "tbody" is not in the source code, it is inserted by a browser during the > rendering process. "//div/table//tr" should give you the same result. Check > http://doc.scrapy.org/en/latest/topics/firefox.h

Re: shell problems when scraping

2014-07-03 Thread Mikhail Korobov
Hi Jerry, "tbody" is not in the source code, it is inserted by a browser during the rendering process. "//div/table//tr" should give you the same result. Check http://doc.scrapy.org/en/latest/topics/firefox.html#caveats-with-inspecting-the-live-browser-dom четверг, 3 июля 2014 г., 17:36:59 UTC+