You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, readablity is missing the content of the first section of the page: decolonizepalestine/myth/a... :
“A land without a people for a people without a land”
It is almost impossible to acquaint yourself with scholarship on Palestine, or be involved in Palestinian activism to any extent without coming across a variation of the above. Sadly, despite all the meticulous scholarship of Palestinians and others on the topic, variations of this talking point remain a prominent feature of Israeli propaganda. But how cou
...
..
..
Here is the code. You see that already tried charThreshold and nbTopCandidates:
const{ data }=awaitaxios.get(url);// https://decolonizepalestine.com/myth/a-land-without-a-people-for-a-people-without-a-land/constdom=newJSDOM(data,{ url });constreader=newReadability(dom.window.document,{charThreshold: 40,nbTopCandidates: 20});constarticle=reader.parse();
the textContent start by : This slogan persists to ( the second section )
The text was updated successfully, but these errors were encountered:
mlibre
changed the title
Missing first article's section for https://decolonizepalestine.com/myth/a-land-without-a-people-for-a-people-without-a-land/
Missing first article's section for decolonizepalestine.com/myth/a-land-...
Jan 10, 2025
Hello.
For some reason,
readablity
is missing the content of the first section of the page: decolonizepalestine/myth/a... :Here is the code. You see that already tried
charThreshold
andnbTopCandidates
:the
textContent
start by : This slogan persists to ( the second section )versions:
It happens in the firefox itself as well:
The text was updated successfully, but these errors were encountered: