Stuck on checking the first post of the thread
elleborgo opened this issue · 2 comments
elleborgo commented
The script keeps "checking" the first post of the thread specified as thread_link
I'm using python 2.7.13, script doesn't work with python 3 because of an error at line 73.
Exceen commented
What do you mean exactly by checking the first post of a thread? It is supposed to check for new posts in given threads. In every thread it searches for posts in general and compares that with already gathered data. This way the script determines if there's something new and downloads it.
And of course it doesn't work with python3, it's written for python2 x)
Exceen commented
Script is updated to be compatible with python3 if you want to check it out:
Python2 to Python3 conversion