database.wrap Module¶
URL table wrappers.
-
class
wpull.database.wrap.URLTableHookWrapper(url_table)[source]¶ Bases:
wpull.database.base.BaseURLTable,wpull.application.hook.HookableMixinURL table wrapper with scripting hooks.
Parameters: url_table – URL table. -
url_table¶ URL table.
-
static
dequeued_url(url_info: wpull.url.URLInfo, record_info: wpull.pipeline.item.URLRecord)[source]¶ Callback fired after an URL was retrieved from the queue.
-