Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add PL #698

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add PL #698

wants to merge 1 commit into from

Conversation

addie9800
Copy link
Collaborator

No description provided.

@addie9800 addie9800 requested a review from MaxDall February 2, 2025 22:52
Copy link
Collaborator

@MaxDall MaxDall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@addie9800 Thanks for adding!

Comment on lines +20 to +27
_paragraph_selector = XPath(
"//div[contains(@class,'article--content')]//div[contains(@class,'body articleBody')]"
"//p[contains(@class, 'article--paragraph')]"
)
_summary_selector = XPath("//div[@class='blog--subtitle ']")
_subheadline_selector = XPath(
"//div[contains(@class,'article--content')]//div[contains(@class,'body articleBody')]//h2"
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The selectors don't seem to work for this article.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, I am not able to reproduce the issue. For me it works as expected. At least as far as I can tell, since the article is paywalled.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants