Description
Describe the bug
I'm seeing instances where if - is in the title of the article:
- it only returns the characters before -
- its only returns the characters after -
To Reproduce
Steps to reproduce the behavior, please post any code you used and the website you tried to parse/process:
- Use an article with - in its title.
- call articles.title
- See result.
Expected behavior
Expected the full title of the article.
Screenshots
example for point 1:
url: https://www.jamstockex.com/transjamaican-highway-limited-tjh-trade-disclosure-3/
screenshot:
example for point 2:
url: https://www.treblezine.com/plus-minus-announce-first-new-album-in-a-decade-further-afield/
screenshot:
Extra example:
url: https://www.post-gazette.com/business/healthcare-business/2024/02/28/university-of-pittsburgh-drug-development-lansing-taylor-animal-testing/stories/202402280069
screenshot:
System information
- OS: [Windows]
- Python version [3.12.1]
- Library version [[0.9.3.1]
Additional context
Add any other context about the problem here.