Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check URLs passed to courlan functions extract_links and fix_relative_urls #382

Open
adbar opened this issue Jun 23, 2023 · 1 comment
Open
Labels
question Further information is requested

Comments

@adbar
Copy link
Owner

adbar commented Jun 23, 2023

  • Previously base_url
  • Could now be full_url

adbar/courlan#46

@adbar adbar added the question Further information is requested label Jun 23, 2023
@adbar
Copy link
Owner Author

adbar commented Jun 29, 2023

This could also happen by calling the lxml method .make_links_absolute:

if include_links:
    tree.make_links_absolute(url, resolve_base_href=False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant