class Scraper:
Undocumented
Method | __init__ |
Undocumented |
Method | _check_if_closing |
Undocumented |
Method | _itemproc_finished |
ItemProcessor finished for the given item and returned output |
Method | _log_download_errors |
Log and silence errors that come from the engine (typically download errors that got propagated thru here) |
Method | _process_spidermw_output |
Process each Request/Item (given in the output parameter) returned from the given spider |
Method | _scrape |
Handle the downloaded response or failure through the spider callback/errback |
Method | _scrape2 |
Handle the different cases of request's result been a Response or a Failure |
Method | _scrape_next |
Undocumented |
Method | call_spider |
Undocumented |
Method | close_spider |
Close a spider being scraped and release its resources |
Method | enqueue_scrape |
Undocumented |
Method | handle_spider_error |
Undocumented |
Method | handle_spider_output |
Undocumented |
Method | is_idle |
Return True if there isn't any more spiders to process |
Method | open_spider |
Open the given spider for scraping and allocate resources for it |
Instance Variable | concurrent_items |
Undocumented |
Instance Variable | crawler |
Undocumented |
Instance Variable | itemproc |
Undocumented |
Instance Variable | logformatter |
Undocumented |
Instance Variable | signals |
Undocumented |
Instance Variable | slot |
Undocumented |
Instance Variable | spidermw |
Undocumented |