Scraping from javascript using Scrapy
问题 I need to scrape the content with javascript tag using scrapy as follows: <script type='text/javascript' id='script-id'> attribute={"pid":"123","title":"abc","url":"http://example.com","date":"2014-07-31 14:56:39 CDT","channels":["test"],"tags":[],"authors":["james Catcher"]};</script> I can extract the content using xpath response.xpath('id("script-id")//text()').extract() Output [u'\nattribute = {"pid":"123","title":"abc","url":"http:/example.com","date":"2014-07-30 15:34:10 ","channels":[