-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix Frankfurter Rundschau
#652
Conversation
_paragraph_selector = XPath( | ||
"//p[@class='id-StoryElement-paragraph'] | " | ||
"//p[contains(@class,'id-Article-content-item-paragraph') and text()] |" | ||
"//div[@class='id-Article-body']//ul/li[not(@class='id-AuthorList-item ')]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one differs from the original article > ul > li
is there a reason for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, they added another list item in some articles called "Meine News". You can see an example here: https://www.fr.de/politik/ampel-regierung-koalition-news-lindner-fdp-habeck-gruene-spd-wirtschaft-plan-papier-zr-93394586.html
"//div[@class='id-Article-body']//ul/li[not(@class='id-AuthorList-item ')]" | ||
) | ||
_summary_selector = CSSSelector( | ||
"p.id-StoryElement-leadText, " "p[class='id-Article-content-item id-Article-content-item-summary']" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are unnecessary quotation marks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, seems to be left-over from formatting.
This PR adds parsing for this article: https://www.fr.de/ratgeber/tiere/zeitumstellung-tiere-haustiere-hunde-katzen-wildtier-landwirtschaft-tagesrhythmus-zr-93379931.html