mirror of
https://github.com/OpenJarbas/PySychonaut.git
synced 2025-02-16 13:30:40 +01:00
get pharms
This commit is contained in:
parent
700a4af41d
commit
6efb79c0f7
@ -126,6 +126,11 @@ class Erowid(object):
|
||||
categories.append(sub)
|
||||
return categories
|
||||
|
||||
@staticmethod
|
||||
def get_pharms():
|
||||
base_url = 'https://erowid.org/pharms/'
|
||||
return Erowid._extract_list(base_url)
|
||||
|
||||
@staticmethod
|
||||
def get_chemicals():
|
||||
base_url = 'https://erowid.org/chemicals/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user