cta2106

Results 4 issues of cta2106

Using the example in the docs ``` from newspaper import Article url = 'http://fox13now.com/2013/12/30/new-year-new-laws-obamacare-pot-guns-and-drones/' article = Article(url) article.download() article.parse() article.authors ``` `authors` yields an empty list, whereas the correct answer...

Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs...

bug

Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs...

bug

This PR refactors the Bedrock class to support the Claude-3 model. The main changes include: 1. Added support for the Claude-3 model which uses a different API format with messages...