This is the HTML code of site I want to scrape:
<div id="quranOutput">
<a class="key" name="1:1"></a>
<div class="verse ayahBox1" id="verse_1">
this is the xpath im using in dynamic django scraper but its not working:
//div[@class="ayah language_6 text"]/a/@name
Can someone help me out what will be the correct way to retrieve the name i.e. (name="1:1").