kotartemiy / newscatcher

Programmatically collect normalized news from (almost) any website.
https://newscatcherapi.com/
MIT License
2.94k stars 284 forks source link

Exception raised on 'news.ycombinator.com' #2

Closed christianboyle closed 4 years ago

christianboyle commented 4 years ago

Cool project, everything seems to work as intended, but for some reason trying to use news.ycombinator.com as the news_source raises Exception: check internet connection / website is not supported.

It's odd, because other sources with subdomains work without issue, such as wired.co.uk.

kotartemiy commented 4 years ago

Hey. thx. I just tested with website = Newscatcher('news.ycombinator.com')

It works. Probably you made an error somewhere.

If still does not work, please, share the full code.