mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 17:23:44 +00:00
renamed 'XPath Selectors' title to just 'Selectors'
This commit is contained in:
parent
acb8895e1a
commit
a874964ad4
@ -76,7 +76,7 @@ Basic concepts
|
||||
Write the rules to crawl your websites.
|
||||
|
||||
:doc:`topics/selectors`
|
||||
Extract the data from web pages.
|
||||
Extract the data from web pages using XPath.
|
||||
|
||||
:doc:`topics/shell`
|
||||
Test your extraction code in an interactive environment.
|
||||
|
@ -1,8 +1,8 @@
|
||||
.. _topics-selectors:
|
||||
|
||||
===============
|
||||
XPath Selectors
|
||||
===============
|
||||
=========
|
||||
Selectors
|
||||
=========
|
||||
|
||||
When you're scraping web pages, the most common task you need to perform is
|
||||
to extract data from the HTML source. There are several libraries available to
|
||||
|
Loading…
x
Reference in New Issue
Block a user