We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys, your library looks pretty promising but I can't figure out how to extract the page title. With BeautifulSoup, it's pretty straightforward:
parser.title.text
How to get it with inscriptis? Thanks!
The text was updated successfully, but these errors were encountered:
inscriptis currently focuses on providing an accurate representation of the web page (without site metadata such as title).
if there is sufficient user interest, i might add options to extract the title and other site metadata as well.
Sorry, something went wrong.
No branches or pull requests
Hi guys, your library looks pretty promising but I can't figure out how to extract the page title. With BeautifulSoup, it's pretty straightforward:
How to get it with inscriptis?
Thanks!
The text was updated successfully, but these errors were encountered: