D
Deleted member 658642
Guest
All right guys,
Today I'm gonna share a script that I hope probably will help in your YouTube SEO journey.
The script is basically for unliking all the videos that you had previously liked.
Some people use Social Exchange sites to get their social signals. And you know, if you run some bot over there for a long time, it will like and then unlike the same thing.
This is where my script comes in. It unlikes all the YouTube videos, so you can start-over again and earn more points.
Run it on any loop depending upon the number of videos you have liked. For example, if your likes are all contained within one page then one loop should be fine.
You can see the number of pages in the likes page in video manager.
For those who don't know how to create a .iim file :-
Mediafire :-
VirusTotal :-
Just copy the file over to the iMacros directory which is in the documents area :-
Cheers,
RushingWind.
Today I'm gonna share a script that I hope probably will help in your YouTube SEO journey.
The script is basically for unliking all the videos that you had previously liked.
Some people use Social Exchange sites to get their social signals. And you know, if you run some bot over there for a long time, it will like and then unlike the same thing.
This is where my script comes in. It unlikes all the YouTube videos, so you can start-over again and earn more points.
Code:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_TAG 1
SET !TIMEOUT_STEP 1
SET !TIMEOUT_PAGE 30
SET !REPLAYSPEED FAST
TAB T=1
URL GOTO=https://www.youtube.com/
WAIT SECONDS=0
TAG POS=3 TYPE=BUTTON ATTR=TXT:
TAG POS=2 TYPE=A ATTR=TXT:Video<SP>Manager
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Likes
WAIT SECONDS=3
TAG POS=1 TYPE=INPUT:CHECKBOX ATTR=ID:vm-video-select-all CONTENT=YES
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=ID:vm-playlist-remove-videos
WAIT SECONDS=10
REFRESH
Run it on any loop depending upon the number of videos you have liked. For example, if your likes are all contained within one page then one loop should be fine.
You can see the number of pages in the likes page in video manager.
For those who don't know how to create a .iim file :-
Mediafire :-
Code:
http://www.mediafire.com/?fx49dez525f9wi2
VirusTotal :-
Code:
No need of VT. It's just a notepad file. Besides, I can't seem to scan it with VT. If anyone can, then I would reall appreciate it.
Just copy the file over to the iMacros directory which is in the documents area :-
Code:
C:\Users\Your user-name\Documents\iMacros\Macros
Cheers,
RushingWind.