My bot starts with 50 threads, is there a better way to control the running threads, maybe 20-25 threads run at the same time?
Now I control this with sleep function, 25 threads working for 30 minutes and then sleep for 40 minutes. And when those threads sleeps I run the other 25 threads.
Try printing ( with log) the command you are trying to execute, run it in a seperate command line to see if it's working properly.
since it's related to input I am suspecting the problem is with the youtube url you are providing
Hello
Where saves temporary BAS the variables used in an thread?
Maybe in a file?
I need to recover this files with Recuva or some software and read this files again to recover the used variables in all completed threads (because I've no set an option to save manually this variables in a file)