Skip to content

Commit

Permalink
Merge pull request #258 from iolanta-tech/257-w3id-page-does-not-work
Browse files Browse the repository at this point in the history
257 w3id page does not work
  • Loading branch information
anatoly-scherbakov authored Jan 21, 2025
2 parents 5de3345 + 6615eb4 commit 345716d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yaml-ld"
version = "1.1.2"
version = "1.1.3"
description = "YAML-LD for Python"
authors = ["Anatoly Scherbakov <altaisoft@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion yaml_ld/document_parsers/html_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def extract_link_tags( # noqa: WPS210
if (
url.host == 'nanodash.knowledgepixels.com'
or (
url.host == 'purl.org'
url.host in {'purl.org', 'w3id.org'}
and url.path.startswith('/np/')
)
):
Expand Down

0 comments on commit 345716d

Please sign in to comment.