mirror of
https://github.com/OpenJarbas/PySychonaut.git
synced 2025-02-16 13:30:40 +01:00
include trip report name
This commit is contained in:
parent
dac0f2701d
commit
6bc3b07670
@ -88,8 +88,10 @@ class Erowid(object):
|
||||
experience = Erowid.extract_experience_text(response)
|
||||
|
||||
soup = BeautifulSoup(response, "lxml")
|
||||
name = soup.find('div', {'class': 'title'}).getText().strip()
|
||||
drug = soup.find('div', {'class': 'substance'}).getText().strip().lower().replace("/", ", ")
|
||||
experience_data = soup.find('table', {'class': 'footdata'}).getText().strip().lower().split("\n")
|
||||
data["name"] = name
|
||||
data["substance"] = drug
|
||||
data["experience"] = experience
|
||||
data["year"] = experience_data[0].split("expid:")[0].replace("exp year: ", "").strip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user