I know it's a difficult thing to achieve, but if I can't, every time I have to use a program like fiddler to see the length of the video. if you look up gdata.youtube I can find the length in seconds, but is unhelpful.I know there is a way, I have a scraper that does it. No idea of the code though.
I know it's a difficult thing to achieve, but if I can't, every time I have to use a program like fiddler to see the length of the video. if you look up gdata.youtube I can find the length in seconds, but is unhelpful.
thanks willo556, but for now I can get 600/800 views on a video per day, with public proxies, tomorrow I'll buy 500/1000 private proxies.If you're trying to do the HTML5 mobile views, give up now because you'll get 1-100 views and then be upset because you've spent ages on a bot.
hey! I tried to find an alternative to elite proxies but nothing to do, are the only ones that work, the problem is that they are very small amounts and most of them come from China (75% / 90%), checking the statistics no view comes from china. I tried the socks proxies but also nothing to do. if you have any advice I I listen to it with pleasure!wow there are better methods you know, damn wasting so much money on private proxies![]()
NiceI hadn't tried Elite ones yet.
i believe the videofiles metadata contains the proper length (with decimals). been a while though
what do you need decimals for if its presented in seconds? ie. 181
I tried to do an experiment.
if I take the header of the video, for example: "**** :/ / oo---preferred---mil01s10---v24---lscache8.c.youtube.com/videoplayback? upn = *** etc. ** ... "I find that "Content-Length: 5398765"
if divide this value by the number of seconds in a day, ie 60 * 60 * 24 = 86400 the result is 62.48 *******
in the request s.youtube.com I discover the value len = 61.1
I tried to divide the bytes by 1024 and then the calculation becomes 5398765/1024 = 5272.2314453125 / 8.6400 = 61.0211972837095
close but not quite ...