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

[ BUG ] Unhandled tag for "content_loc" in video sitemap #347

Closed
saurabhd opened this issue Feb 16, 2021 · 2 comments
Closed

[ BUG ] Unhandled tag for "content_loc" in video sitemap #347

saurabhd opened this issue Feb 16, 2021 · 2 comments

Comments

@saurabhd
Copy link

Describe the bug
I tried to use sitemap@6.3.6 version and used a sample XML file which has video tag with appropriate namespaces attached in the XML. The script correctly parses the XML and produces the video entities information in JSON format except content_loc. As per my findings, the tag is not handled here and here. When I put the same in the compiled JS version, it starts getting the content_loc in JSON format correctly.

Expected behavior
It should detect content_loc along with other video tag fields.

Context:
Sitemap 6.3.6 version used.

Additional context
Let me know if anymore information needed in order to reproduce this, thanks.

@saurabhd
Copy link
Author

@ekalinin @derduher - for your kind consideration, please. Thanks

@derduher
Copy link
Collaborator

Looks like I missed implementing this feature. Thanks for finding this.
fixed in #350 6.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants