как из этого
[<div class="dots-item"><a href="/index.php?r=crop/harvest&id=14120123"><img alt="Z" height="50" src="https://static.ru/light/crops/gas_station.png" width="50"/></a><a href="/index.php?r=crop/harvest&id=14120123"><img alt="Harvest" class="crop_ico" src="https://static.ru/i/../light/dots/st/dot-st-ready.png"/></a></div>, <div class="dots-item"><a href="/index.php?r=crop/harvest&id=14120124"><img alt="Z" height="50" src="https://static.ru/light/crops/gas_station.png" width="50"/></a><a href="/index.php?r=crop/harvest&id=14120124"><img alt="Harvest" class="crop_ico" src="https://static.ru/i/../light/dots/st/dot-st-ready.png"/></a></div>, <div class="dots-item"><a class="" href="/index.php?r=crop/list&id=14120125&page=0"><img alt="" src="https://static.ru/light/dots/dot-plus.png"/></a><img alt="" src="https://static.ru/i/../light/dots/st/dot-st-none.png"/></div>, <div class="dots-item"><a class="" href="/index.php?r=crop/list&id=14120126&page=0"><img alt="" src="https://static.ru/light/dots/dot-plus.png"/></a><img alt="" src="https://static.ru/i/../light/dots/st/dot-st-none.png"/></div>]
вытащить только первый
href
например
actual_dot_url = '/index.php?r=crop/harvest&id=14120123'
или
actual_dot_url = '/index.php?r=crop/list&id=14120125&page=0'
и как из этого:
<div class="dots-item"><a href="/index.php?r=crop/harvest&id=14120123"><img alt="Z" height="50" src="https://static.ru/light/crops/gas_station.png" width="50"/></a><a href="/index.php?r=crop/harvest&id=14120123"><img alt="Harvest" class="crop_ico" src="https://static.ru/i/../light/dots/st/dot-st-ready.png"/></a></div>
Получить это
url_harvest = '/index.php?r=crop/harvest&id=14120123'