python-readability
python-readability copied to clipboard
Problems with thecyberwire.com
Take this page, for example: https://thecyberwire.com/newsletters/policy-briefing/4/28:
doc.summary()returns only the main text, the first 3 paragraphs, but completely skips theSELECTED READINGsection.
Or, take this page: https://thecyberwire.com/newsletters/daily-briefing/11/29
- here, on the contrary,
doc.summary()returns only theSELECTED READINGsection, but skips theSPECIAL SECTION:)
Would be great to find some solution.