XVIDEOS Account Tracking With Google Sheets [GUIDE]

D

Deleted member 1268968

Guest
I'm not sure if anyone has created something like this before but I thought I'd share a little guide of how I keep track of my xvideo accounts as follows;

dcGPcjf


I think allot of people would benefit from this with keeping track of ghosted accounts and accounts that get random bans without having to log into the account to check.

First things first you will need to create or already have an xvideos accounts along with a google account to create google sheets. You can design this sheet however way you like or you can copy mine..whatever floats your boat.

Next under the profile column I put the following;

Code:
https://www.xvideos.com/profiles/your_profile_name_here#_tabAboutMe
(replace with your xvideos account name)

Followed by the email address you registered with in the email column.

===

Secondly I use IMPORT XML functions in the videos/subscribers and views columns to track my accounts stats.

For VIDEOS use the following formula:

Code:
=IMPORTXML("https://www.xvideos.com/profiles/your_profile_name_here#_tabAboutMe", "//*[@id='tab-videos']/span[2]")

ngfu23X


===

For SUBSCRIBERS use the following formula:

Code:
=IMPORTXML("https://www.xvideos.com/profiles/your_profile_name_here#_tabAboutMe", "//*[@id='pinfo-subscribers']/span")

9emSdLV


===

And lastly for VIEWS use the following;

Code:
=IMPORTXML("https://www.xvideos.com/profiles/your_profile_name_here#_tabAboutMe", "//*[@id='pinfo-videos-views']/span")

llFxErT


===

I have found with fresh accounts you will get N/A results in the columns but give it a day for the stats to be updated. I also noticed if you see 0 subscribers and views stuck on 30 this will be a hint that your account is ghosted...without the need of logging in! Also when an account is banned all IMPORTXML functions will return with N/A results.

Enjoy!
 
Last edited by a moderator:
Thanks that's good know.
1M2 view for 20 videos, i'm curious how did you get such views :D
 
Thanks that's good know.
1M2 view for 20 videos, i'm curious how did you get such views :D

giphy.gif


people just like my content I suppose
 
@wirestyle, u r doing amazing stuff! Thanks, dude! Reading your posts, goals, etc. Very motivated. I am just at the very beginning, but trust everything will be great :)
BTW how may videos you adding per day (on your tube, on xvideos)? Any suggestions?
 
Last edited:
@wirestyle, u r doing amazing stuff! Thanks, dude! Reading your posts, goals, etc. Very motivated. I am just at the very beginning, but trust everything will be great :)
BTW how may videos you adding per day (on your tube, on xvideos)? Any suggestions?

I do 5-15 videos per account. I keep it very minimal
 
Awesome guide do you know how to do that with Chaturbate Stats csv? If you do a guide on that too if you know how would you get you lot of creds with me anyways and I am sure lots of others as well but thanks for this too
 
Awesome guide do you know how to do that with Chaturbate Stats csv? If you do a guide on that too if you know how would you get you lot of creds with me anyways and I am sure lots of others as well but thanks for this too

I haven't much experience with Chaturbate but I'm sure someone on here will eventually find a way to use my guide with them.
 
I was already doing it but I forget to share in here :D

I thought it's easy and everyone would be doing it but I was wrong!
 
Ty but All my acc get ghosted. How do you not get ghosted?

You're obviously not creating accounts properly using unique IP addresses. This isn't a guide for creating accounts...use the search function for that.
 
@wirestyle
Does this still work?
When i put the formula in google sheets as described (with "your_profile_name_here" replaced with my Xvideos account name), it'll give "#error!" - formula parse error.

Thanks.
 
Back
Top