--
You received this message because you are subscribed to the Google Groups "scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scrapy-users...@googlegroups.com.
To post to this group, send email to scrapy...@googlegroups.com.
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.
Rule(SgmlLinkExtractor(allow=("http://steamcommunity.com/sharedfiles/filedetails/",)),
process_links=lambda l: l[:5],
callback='parse_items'),
LinkExtractor(restrict_xpaths=('(//a[re:test(@href, "^http://steamcommunity.com/sharedfiles/filedetails/")])[position()<6]',))