mirror of https://github.com/scrapy/scrapy.git
add a remark about 1%
This commit is contained in:
parent
ee46ec8920
commit
e0cebbfc8f
|
|
@ -122,8 +122,9 @@ To disable redirects use::
|
|||
Enable crawling of "Ajax Crawlable Pages"
|
||||
=========================================
|
||||
|
||||
Some pages (up to 1%) declare themselves as `ajax crawlable`_. This means they
|
||||
provide plain HTML version of content that is usually available only via AJAX.
|
||||
Some pages (up to 1%, based on empirical data from year 2013) declare
|
||||
themselves as `ajax crawlable`_. This means they provide plain HTML
|
||||
version of content that is usually available only via AJAX.
|
||||
Pages can indicate it in two ways:
|
||||
|
||||
1) by using ``#!`` in URL - this is the default way;
|
||||
|
|
|
|||
Loading…
Reference in New Issue