How do u use Network.Get to scrape only a few text from the Downloaded page?

timchuks87

Новичок
Регистрация
27.07.2011
Сообщения
5
Благодарностей
0
Баллы
0
I need to scrape a few text at a time from a page like this one http://www.brainyquote.com/quotes/keywords/abandon.html, how do i do
that using the Network.Get macrose.

Detailed:
I am signing up on a bunch of sites that have 'about me' boxes. Instead of writing a bio i just want to share quotes, so then how do i scrape bits of quotes from http://www.brainyquote.com/quotes/keywords/abandon.html and add to the 'about boxes' on the sigup pages.

Or if you know a better way of scraping random text from other pages to post please do tell
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
To scrape something from the page you can use regexp.
First you do get->web browser->DOM text
Next Get->Macors->Parse with regexp
You can create regexp in Regular expression builder
example:Посмотреть вложение scrape.xml
 

timchuks87

Новичок
Регистрация
27.07.2011
Сообщения
5
Благодарностей
0
Баллы
0
Thanks Chief!
 

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