John Bumgarner

Results 75 comments of John Bumgarner

So based on your code you are querying Google via search -- https://google.com/search?q={query2} This methodology will throw errors with Newspaper3k and the BeautifulSoup. I would recommend adding some error handling...

Also take a look at my [NewsPaper3k Usage Document](https://github.com/johnbumgarner/newspaper3_usage_overview). I will look at adding a search example to my [NewsHound](https://github.com/johnbumgarner/newshound) project, which should be released in the coming weeks. I'm...

this path C:\Users\STEELH~1\AppData\Local\Temp\.newspaper_scraper\article_resources' is used for storing content and for garbage collection. I'm going to assume that the resource becomes available for some reason. Have you tried to increase the...

Can you post your current code to paste bin so I can look at it again?

Your code is very hard to read. I would recommend breaking it into at least 3 functions, which will help with me and you troubleshooting. If you open a question...

@tsoukanas the initial BETA release of the project is almost done. I'm currently trying to figure out how to improve the speed of extraction, which seems slow. I'm also the...

This extension has to be used with a web browser, so it will not work with Newspaper, because it uses Python requests.

What do you mean try parsing with 12ft.io? Can you provide a parsing code example?

Please provide a URL for a site that is giving you a problem.