This is the sibling/attribute
<h3 class="title-and-badge style-scope ytd-video-renderer">
<ytd-badge-supported-renderer class="style-scope ytd-video-renderer" disable-upgrade="" hidden="">
</ytd-badge-supported-renderer>
<a id="video-title" class="yt-simple-endpoint style-scope ytd-video-renderer" aria-label="Using XPath to Locate Web Elements - in very detail by ABSoft Trainings 2 years ago 16 minutes 65,931 views" href="/watch?v=0ywu269mNyo" title="Using XPath to Locate Web Elements - in very detail">
Using XPath to Locate Web Elements - in very detail
</a>
</h3>
I used: =importxml (A1, "//h3[@ class='yt-lockup-title']")
to pull the title but i get an additional column with the duration of the video. I just want the title...
Here is my result: Tables and XML - Web scraping with Beautiful Soup 4 p.3 - Duration: 8:40.
I don't want the duration any suggestions?