mirror of https://github.com/scrapy/scrapy.git
images.rst -> media-pipeline.rst
This commit is contained in:
parent
fd1c688ad6
commit
a1f3b3c7f0
|
|
@ -148,7 +148,7 @@ Solving specific problems
|
|||
topics/firefox
|
||||
topics/firebug
|
||||
topics/leaks
|
||||
topics/images
|
||||
topics/media-pipeline
|
||||
topics/ubuntu
|
||||
topics/scrapyd
|
||||
topics/autothrottle
|
||||
|
|
@ -180,7 +180,7 @@ Solving specific problems
|
|||
:doc:`topics/leaks`
|
||||
Learn how to find and get rid of memory leaks in your crawler.
|
||||
|
||||
:doc:`topics/images`
|
||||
:doc:`topics/media-pipeline`
|
||||
Download files and/or images associated with your scraped items.
|
||||
|
||||
:doc:`topics/ubuntu`
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.. _topics-images:
|
||||
.. _topics-media-pipeline:
|
||||
|
||||
===========================================
|
||||
Downloading and processing files and images
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
"""
|
||||
Files Pipeline
|
||||
|
||||
See documentation in topics/media-pipeline.rst
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
Images Pipeline
|
||||
|
||||
See documentation in topics/images.rst
|
||||
See documentation in topics/media-pipeline.rst
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
|
|
|
|||
Loading…
Reference in New Issue