youtube unsubscriber - want to ask

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
i want to make youtube unsubscriber and i use search element like below

attribute name = outertext
attribute value = Subscribe.*?Unsubscribe
search type = regex

i got 95 search of unsubs button in page 1 and 88 search unsubs button in page 2 and i believe this will not same everytime i subscribe and unsubs.

So my question is how do i take the 95 or 88 or what ever unsubs button on every page that i got? try using get action i didnt get anything similar
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113
You mean you want to find out what channels you have unsubscribed?

Search by:

tag h2
attribut name = innertext
attribut value = channel
search type = text or regex

Then create action Get for attribute Innertext>Value.
 

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
sorry if my question is not clear, i mean that right now i got 2 page in my subscription manager , and i want to make my project/template to first find how many channel on my first page and then it will click all the unsubscribe button on the first page, right now for me the unsubscribe button on the first page is 98 and on the second page is 85.

and i sure that the number will change again if i run my addmefast templates. So if can i want to know how i can get the exact count for unsubscribe button on each pages or if you got a better way to do this and you willing to share the method i appreciate i really much.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113
You can count buttons using regex - action Tab>Data>Take Text - Parse result - Regex: (Subscribe\ Subscribed\ Unsubscribe). Save result to list and then count lines in list (operation Get rows count).
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113
Looks like this:
 

Вложения

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
thanks. you rock :ay:
 

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
table in your template, is there use for it?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
sorry for late respond and thanks for replying
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)