22-06-2018/10:04 PM
(22-06-2018/05:52 PM)Squidward Wrote: this isn't a bug, the preview text of the article is different in each post so Valve likely removed and edited the post a few times, and the bot reposted it each time like it's coded to do
you may as well remove this
I mean 1) They are practically the same (minus where the ... is put) and 2) It is also not intended and just clogs up the thread. Wouldnt be too hard to check the link associated with the post and compare against previous posts. Like just in py itd be something like:
Code:
if link in allLinks:
break
(link is the current link and allLinks is an array that tallies all links.)