Data URI Schemes¶
The darc.sites.data module is customised to
handle data URI schemes.
- class darc.sites.data.DataURI[source]¶
Bases:
BaseSiteData URI schemes.
- static crawler(timestamp, session, link)[source]¶
Crawler hook for data URIs.
- Parameters:
timestamp (
datetime) – Timestamp of the worker node reference.session (
requests.Session) – Session object with proxy settings.link (
Link) – Link object to be crawled.
- Raises:
LinkNoReturn – This link has no return response.
- Return type: