Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get lists of <div> with class name #123

Open
trduong opened this issue Jun 23, 2016 · 1 comment
Open

How to get lists of <div> with class name #123

trduong opened this issue Jun 23, 2016 · 1 comment

Comments

@trduong
Copy link

trduong commented Jun 23, 2016

I am new with noodle. Any one can tell me how to get the information using selector.

<div class="**item trailer**" itemscope="" itemtype="http://schema.org/AudioObject">

  <div class="audio-nada"></div>

  <!-- Player -->
  <div class="player audio-player">

<a href="/d2w/4/1446774/444365601/view/?mp3" class="audio onload" id="zedge1446774">
  <div class="player"></div>
  <div class="carret"></div>
</a>

      </div>

  <!-- Metadata -->
  <a class="meta audio-meta" href="http://www.zedge.net/ringtone/1446774/" title="Mockingjay">
      <h5 class="title audio-title"><b itemprop="name">**Mockingjay**</b></h5>
      in <span itemprop="genre">Sound Effects</span>
      <hr>
      <div class="tags audio-tags">
          district12, hunger games, mockingjay, safesound        </div>
      <div class="downloads audio-downloads">
          **1,510,531 downloads**
      </div>
  </a>

</div>
@premasagar
Copy link
Member

Which information are you trying to extract?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants