Bitwise-01 / YouTubeViews-

YouTube view bot
486 stars 259 forks source link

Youtube views not increasing #55

Open moncefelmouden opened 4 years ago

moncefelmouden commented 4 years ago

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?

fensivebinary commented 4 years ago

Same issue with me.

Rurounius commented 4 years ago

Same issue with me too. :(

CayoM commented 4 years ago

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.