HackerNewsAPI
HackerNewsAPI copied to clipboard
Get comments for a story is breaking when no comments are there on Hackernews page
When we call the get_comments method, if story doesn't have any comments the api breaks as i keeps looking for table of comments in the page and won't be able to find it and breaks.