-
Notifications
You must be signed in to change notification settings - Fork 25
Problems with the parser #26
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
Labels
Comments
I think this is the same issue I'm noticing in #31 |
see comment in #31 |
(investigating) as soon as i eliminate the parent h-entry on the snarfed.org site, it starts parsing correctly |
The textwidget h-card is not declared as a property and is a floating h-card nested within the h-entry — causing the issue noted in the comment in #31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having problems with what I get from the parser, it looks like there is some kind of a bug or something. I am parsing this website: http://snarfed.org/2014-02-03_re-barnaby-walters-latest-php-library-extracted-from-taproo and when you use the PHP parser mf2 it seems to parse the website like expected: http://pin13.net/mf2/?url=http://snarfed.org/2014-02-03_re-barnaby-walters-latest-php-library-extracted-from-taproo but with G5/microformats2 I get this JSON: https://jeena.net/t/mf2.json
You can see that h-entry here has two URLs:
even if the first URL shouldn't be there because it belongs either to the h-card at the top or to to the author h-card in the middle.
The text was updated successfully, but these errors were encountered: