Posts by w00t • 41 points
3 posts
-
2
votes1
answer75
viewsA: Problems with restrict_xpaths parameter in a Crawler
According to this reply, changed the structure of the code to work as intended. Here is the final result: from scrapy.spiders import Spider from stack.items import StackItem class…
-
2
votes1
answer75
viewsQ: Problems with restrict_xpaths parameter in a Crawler
I have no Python experience, but I decided to try to do something with Scrapy for testing. So I’m trying to collect the existing articles on a particular page, namely a DIV element with an ID…
-
0
votes2
answers175
viewsA: Firefox is not running Jquery’s . css() method, how to fix it?
Includes reference to jQuery before Bootstrap and Jasny: <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" /> <script…