betty.enrichers.populate_links.jobs module¶ Jobs. final class betty.enrichers.populate_links.jobs.PopulateLink¶ Bases: Job Populate a link with information from its URL. __init__(link: Link, *, http_client: ClientSession, localizers: Iterable[Localizer])¶ async do(scheduler: Scheduler, /) → None¶ Do the job. classmethod id_for(link: Link) → str¶ Get the job ID.