How to Scrap Nested Lists with Zennoposter?

shubham garg

Client
Регистрация
26.12.2015
Сообщения
14
Благодарностей
1
Баллы
3
Hey I am stuck at a point where I want to scrap a nested lists on webpage . It is like.

<ul>
<li>Things
<ul>
<li>Fruits<ul>
<li>Apple</li>
<li>Mango</li>
<li>Banana</li>
</ul></li>
<li>Vegetables<ul>
<li>brinjal</li>
<li>carrot</li>
<li>potato</li>
</ul></li>
</ul> </li>
<li>Other Things</li>
<li>Even Other Things</li>
<li>More other things</li>
</ul>

It appears something like..

  • Things
    • Fruits
      • Apple
      • Mango
      • Banana
    • Vegetables
      • brinjal
      • carrot
      • potato
  • Other Things
  • Even Other Things
  • More other things
So how to scrape this . Maybe its very easy and just not striking to me. What regex can I apply?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 703
Баллы
113
I'm not sure i understand what output you need
 

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