article-extractor icon indicating copy to clipboard operation
article-extractor copied to clipboard

Results 8 article-extractor issues
Sort by recently updated
recently updated
newest added

Hello, @thomastuts, I make some changes in **article-extractor** to improve de data structure returned from its main `extractArticle` function. First I included two new attributes: 1. **keywords** Obtained from tags...

If the title and the site name are equals the while will be an infinite loop, this prevent that.

Hey I was using your package and I had a problem with link elements without the href attribute, I just added a verification for this.

This error occurs when we try to retrieve more than 15 results

- [ ] Add error handling - [ ] Add more metadata - [ ] Decide which attributes to keep (`rel`, for example?) Got any feature requests? Add a comment...

We should try to make use of elements like ``, ``, ``, ... to figure out where an article is in the DOM. If those aren't available (or don't give...