Skip to content
Commit 4a901eb3 authored by ntome's avatar ntome 💬 Committed by hydrargyrum
Browse files

weboob.browser.pages.HTMLPage: add ABSOLUTE_LINKS option to transform urls

When enabled, the documents is pre-processed so all links of the page are
made absolute using the <base> href (if present) or the page URL.

AbsoluteLink becomes pointless when this option is enabled. It's not enabled
by default as it would break some existing XPaths like:

    starts-with(@HRef, "/foo")
parent 5d8d514b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment