YouTubeViews- icon indicating copy to clipboard operation
YouTubeViews- copied to clipboard

Youtube views not increasing

Open moncefelmouden opened this issue 5 years ago • 5 comments

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?

moncefelmouden avatar May 04 '20 01:05 moncefelmouden

Same issue with me.

fensivebinary avatar May 10 '20 21:05 fensivebinary

Same issue with me too. :(

Rurounius avatar Jun 15 '20 20:06 Rurounius

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.

CayoM avatar Aug 14 '20 15:08 CayoM