Problem to parse Google.

alf

Новичок
Регистрация
21.10.2011
Сообщения
12
Благодарностей
0
Баллы
0
When you try to parse Google in DOM there is
PHP:
-moz-box-shadow
and zenno determines as macros.
 

shinigami

Client
Регистрация
01.05.2011
Сообщения
164
Благодарностей
91
Баллы
0
So you parsed it from DOM text and it had failed when you tried to save it, haven't it?
Could you please be more detailed.
 

alf

Новичок
Регистрация
21.10.2011
Сообщения
12
Благодарностей
0
Баллы
0
I can't do nothing with DOM text. If I use result of step of getting DOM in log I see there is no macros in macros database: moz-box-shado...blabla
 

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Благодарностей
93
Баллы
28
Throw up a piece of your template, someone will play with it.....
 

archel

Client
Регистрация
02.05.2011
Сообщения
175
Благодарностей
22
Баллы
18
Was also trying to parse google, for search results...

Thought I could get it out of this:
<a class="l" onmousedown="return rwt(this,'','','','3','AFQjCNENZ4qWshlgzaIlxG9oHCWcTw0a4Q','','0CHYQFjAC')"
with 3 as the rank...

The thing is, google also counts pictures and news articles within the first 10 numbers.

Anyone knows another way to get the rankings from google?
 

Stereomike

Client
Регистрация
29.03.2011
Сообщения
221
Благодарностей
30
Баллы
0
@alf looks like the minus '-' is the problem. Since it appears in every step of your template {-blabla-|-booboo-} ZP gets easily broken if a string has a leading minus sign. Try to scrape in a way, that the result has not a minus as first letter. or try to rearrange it while scraping or add something, try to workaround.
 

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