The following command:
volume = soup.findAll(\"span\", {\"id\": \"volume\"})[0]
gives:
Extract the string from the element:
volume = soup.findAll("span", {"id": "volume"})[0].string