John Bumgarner

Results 75 comments of John Bumgarner

@imrek I also looked at the function _fulltext_. I'm not sure what it does different than article.text. According to the code base the syntax of the function requires _article.html_ and...

Has there been any movement in maintaining this project?

> Just a thought: there is a large team of volunteer Python maintainers called https://jazzband.co -- there were about 500 of us at last count. More like an army of...

This code base for this module hasn't been updated in years based on the pending _pull requests._ I haven't seen any movement by @codelucas to maintain newspaper, so does this...

I agree @FireBelow, but @codelucas seemed to have gone AWOL on this project. He doesn't respond to emails about this open source project, triage issues or handle pull requests. This...

@codelucas You wrote this in June 2020: --------------------------- > I am interesting in setting up a team to maintain this repo with more repo ownership permissions. I'll create a poll/mailing...

Currently, Newspaper3k isn't programmed to extract the modified date from articles. It's doubtful that this feature will be added to Newspaper3k, because development is stagnant. I'm currently working on a...

This likely happened, because the structure of those 90% are different than the other 10%. Sometime you need to configure newspaper to extract the content based on the web pages...

Newspaper has strategies for extracting publish dates. The strategies below are in descending order based on accuracy. If a strategy fails then another one is attempted. 1. Pubdate from URL...

Where in the code base does it load that second list of English stopwords?