Hello,
I just try to extract a link of an audio file on itunes preview page.
here's the code with the lin
<tbody>
<tr metrics-loc="Track_" adam-id="3027535"
audio-preview-url="http://a1.phobos.apple.com/us/r1000/052/Music/3e/91/c4/mzm.trykykdq.aac.p.m4a"
preview-album="The Hour of Bewilderbeast" preview-artist="Badly Drawn
Boy" class="song music" preview-title="The Shining"
preview-duration="30000" row-number="0">
I just want to scrap this link :
http://a1.phobos.apple.com/us/r1000/052/Music/3e/91/c4/mzm.trykykdq.aac.p.m4a
I have tried as selector="tr.sonng audio-preview-url:equ(0)" but it doesn't work !
Someone have an idea please ?
Thanks !