scrapy/docs/topics
Hoat Le ca8d60f267 fix ValueError: Invalid XPath: //div/[id="not-exists"]/text() on selectors.rst
>>> response.xpath('//div/[id="not-exists"]/text()').extract_first() is None
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/home/vagrant/.virtualenvs/scrapy/lib/python2.7/site-packages/scrapy/http/response/text.py", line 109, in xpath
    return self.selector.xpath(query)
  File "/home/vagrant/.virtualenvs/scrapy/lib/python2.7/site-packages/scrapy/selector/unified.py", line 100, in xpath
    raise ValueError(msg if six.PY3 else msg.encode("unicode_escape"))
ValueError: Invalid XPath: //div/[id="not-exists"]/text()
2015-12-30 14:33:13 -03:00
..
_images removed remaining references to scheduler middleware from doc, as it will be removed on next release 2011-05-18 19:48:48 -03:00
api.rst Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
architecture.rst Merge pull request #1081 from scrapy/dict-items 2015-03-27 15:19:27 -03:00
autothrottle.rst addressing comments from the review plus further editing 2015-03-26 14:26:20 -03:00
benchmarking.rst Change Scrapy log output through docs 2015-04-22 17:27:24 -03:00
broad-crawls.rst Broad crawls notes. 2015-04-01 12:07:03 +02:00
commands.rst move documentation about registering commands via setup.py to commands doc 2015-05-01 01:51:56 -03:00
contracts.rst added spider contracts to release notes and warn that its API is still subject to change 2012-09-29 03:06:30 -03:00
debug.rst Fix logging usage across docs 2015-04-22 17:24:41 -03:00
deploy.rst Typos corrections 2015-12-30 14:32:54 -03:00
djangoitem.rst Mark as orphan the doc topics not listed in the index 2015-05-09 05:12:35 -03:00
downloader-middleware.rst fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware 2015-12-30 14:30:59 -03:00
email.rst Fix some redirection links in documentation 2015-03-18 19:41:26 -03:00
exceptions.rst fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware 2015-12-30 14:30:59 -03:00
exporters.rst Move scrapy/contrib/exporter to scrapy/exporters 2015-04-29 21:24:30 -03:00
extensions.rst Move scrapy/contrib remaining top-level files to scrapy/extensions 2015-04-29 21:27:19 -03:00
feed-exports.rst drop support for FEED_EXPORT_FIELD=[] meaning "no fields" 2015-05-18 17:13:25 +05:00
firebug.rst Typos corrections 2015-12-30 14:32:54 -03:00
firefox.rst Fix some redirection links in documentation 2015-03-18 19:41:26 -03:00
item-pipeline.rst Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
items.rst documentation build warning fixes 2015-04-01 19:46:21 +00:00
jobs.rst Oops 2015-03-25 18:33:17 -03:00
leaks.rst Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
link-extractors.rst Fix in docs for error introduced in #1218 2015-05-14 20:09:19 -03:00
loaders.rst Delete tab used as indentation in docs/topics/loaders.rst 2015-05-09 05:15:17 -03:00
logging.rst DOC indent additional docs for configure_logging 2015-06-12 16:09:54 -03:00
media-pipeline.rst DOC fix non-working link (by removing it). 2015-05-27 23:10:58 +05:00
practices.rst Make common practices sample code match the comments 2015-12-30 14:27:42 -03:00
request-response.rst Fix list formatting 2015-09-28 12:29:12 +03:00
scrapyd.rst Mark as orphan the doc topics not listed in the index 2015-05-09 05:12:35 -03:00
selectors.rst fix ValueError: Invalid XPath: //div/[id="not-exists"]/text() on selectors.rst 2015-12-30 14:33:13 -03:00
settings.rst Remove deprecated %z formatting from the default LOG_DATEFORMAT 2015-06-04 13:42:01 -03:00
shell.rst Typos corrections 2015-12-30 14:32:54 -03:00
signals.rst DOC spider_error doesn't support deferreds 2015-06-12 16:06:46 -03:00
spider-middleware.rst Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
spiders.rst minor: scrapy.Spider docs grammar 2015-12-30 14:28:09 -03:00
stats.rst Rename scrapy/statscol.py to scrapy/statscollectors.py 2015-04-29 21:36:40 -03:00
telnetconsole.rst fix doc links 2015-03-19 17:42:48 -03:00
ubuntu.rst remove version suffix from ubuntu package 2015-06-22 10:58:00 -03:00
webservice.rst Update webservice.rst 2014-08-18 17:48:01 -03:00