class ImagesPipeline(FilesPipeline):
Class Method | from_settings |
Undocumented |
Method | file_path |
Returns the path where downloaded media should be stored |
Method | get_media_requests |
Returns the media requests to download |
Method | item_completed |
Called per item when all media requests has been processed |
Constant | DEFAULT_IMAGES_RESULT_FIELD |
Undocumented |
Constant | DEFAULT_IMAGES_URLS_FIELD |
Undocumented |
Constant | EXPIRES |
Undocumented |
Constant | MEDIA_NAME |
Undocumented |
Constant | MIN_HEIGHT |
Undocumented |
Constant | MIN_WIDTH |
Undocumented |
Constant | THUMBS |
Undocumented |
Method | __init__ |
Undocumented |
Method | convert_image |
Undocumented |
Method | file_downloaded |
Undocumented |
Method | get_images |
Undocumented |
Method | image_downloaded |
Undocumented |
Method | thumb_path |
Undocumented |
Instance Variable | _Image |
Undocumented |
Instance Variable | expires |
Undocumented |
Instance Variable | IMAGES_RESULT_FIELD |
Undocumented |
Instance Variable | images_result_field |
Undocumented |
Instance Variable | IMAGES_URLS_FIELD |
Undocumented |
Instance Variable | images_urls_field |
Undocumented |
Instance Variable | min_height |
Undocumented |
Instance Variable | min_width |
Undocumented |
Instance Variable | thumbs |
Undocumented |
Inherited from FilesPipeline
:
Constant | DEFAULT_FILES_RESULT_FIELD |
Undocumented |
Constant | DEFAULT_FILES_URLS_FIELD |
Undocumented |
Constant | STORE_SCHEMES |
Undocumented |
Method | _get_store |
Undocumented |
Method | inc_stats |
Undocumented |
Method | media_downloaded |
Handler for success downloads |
Method | media_failed |
Handler for failed downloads |
Method | media_to_download |
Check request before starting download |
Instance Variable | FILES_RESULT_FIELD |
Undocumented |
Instance Variable | files_result_field |
Undocumented |
Instance Variable | FILES_URLS_FIELD |
Undocumented |
Instance Variable | files_urls_field |
Undocumented |
Instance Variable | store |
Undocumented |
Inherited from MediaPipeline
(via FilesPipeline
):
Class Method | from_crawler |
Undocumented |
Constant | LOG_FAILED_RESULTS |
Undocumented |
Class | SpiderInfo |
Undocumented |
Method | _cache_result_and_execute_waiters |
Undocumented |
Method | _check_media_to_download |
Undocumented |
Method | _check_signature |
Undocumented |
Method | _compatible |
Wrapper for overridable methods to allow backwards compatibility |
Method | _handle_statuses |
Undocumented |
Method | _key_for_pipe |
No summary |
Method | _make_compatible |
Make overridable methods of MediaPipeline and subclasses backwards compatible |
Method | _modify_media_request |
Undocumented |
Method | _process_request |
Undocumented |
Method | open_spider |
Undocumented |
Method | process_item |
Undocumented |
Instance Variable | _expects_item |
Undocumented |
Instance Variable | allow_redirects |
Undocumented |
Instance Variable | download_func |
Undocumented |
Instance Variable | handle_httpstatus_list |
Undocumented |
Instance Variable | spiderinfo |
Undocumented |