Skip to content

Bugfix: Do not repeatedly send hackernews discussions posts

Compare
Choose a tag to compare
@notarock notarock released this 07 Apr 18:59
· 5 commits to master since this release
46add24
Skip articles without a direct link

Sometimes, an article on Hackernews can be a discussion or a hiring
post. In that case, the article's link is empty, which means that we
can't index it properly to avoid sending it repeatedly.

This fix simply skips any post that does not contains a link to an
outside source. We simply ignore hiring, discussion, etc. As those are
not really "Tech News" worthy anyway.