mirror of https://github.com/scrapy/scrapy.git
remove item.image_urls from get_urls_from_item
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40234
This commit is contained in:
parent
af0808be95
commit
6407a744e3
|
|
@ -126,7 +126,6 @@ class MediaPipeline(object):
|
|||
Defaults return None (no media to download)
|
||||
|
||||
"""
|
||||
return item.image_urls
|
||||
|
||||
def media_downloaded(self, response, request, info):
|
||||
""" Method called on success download of media request
|
||||
|
|
|
|||
Loading…
Reference in New Issue