This xpath expression response.xpath('//a[@class="playerName"]/@href') in Scrapy shell only returns the latter half of the href I want to scrape.
The website I'm scraping is https://www.premierleague.com/players. My xpath expression is only returning
'/players/63289/Brenden-Aaronson/overview' instead of 'https://www.premierleague.com/players/63289/Brenden-Aaronson/overview'