-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If a document defines a base tag, take it into account when resolving extracted ad URLs.
Draft
class Company:
"""
URL field of an ad. The extracted URL is resolved against the base URL of the document (for HTML
see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base).
"""
url_path: strImplementation hints: Company._parse_html() could search for a <base> tag and join it with each
ad URL. A minimal HTML document containing a <base> tag could be used for a unit test.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request