Open moncefelmouden opened 4 years ago
Same issue with me.
Same issue with me too. :(
im not seeing any views increasing on terminal. The whole code seems to be broke, because if you only call
import mechanize
from mechanize import Browser
br = Browser()
print(f"Mechanize Browser.open(): {br.open('https://www.youtube.com/watch?v=XXXXXXXX').read()}")
(pretty much what he does in the code) it should play the video, but it does not. The page is loaded and that's it. The sleep in the code for the min/max view time is pretty much useless.
I have everything working correctly and Tor installed and every module in the python files, I see on the terminal views increasing every time but not a single view added to my youtube videos. Any suggestions?