BeautifulSoupCrawlingContext
Hierarchy
- HttpCrawlingResult
- BasicCrawlingContext
- BeautifulSoupCrawlingContext
Index
Properties
add_requests
enqueue_links
The BeautifulSoup EnqueueLinksFunction
implementation.
get_key_value_store
http_response
The HTTP response received from the server.
log
proxy_info
push_data
request
send_request
session
soup
The BeautifulSoup
object for the current page.
The crawling context used by the
BeautifulSoupCrawler
.It provides access to key objects as well as utility functions for handling crawling tasks.