fixed ExtendedCompoundInfo url to have csid parameter instead of query
This commit is contained in:
parent
2d314aee6a
commit
caf7d3df4e
@ -15,7 +15,7 @@ class ChemSpider(Parser):
|
|||||||
|
|
||||||
search = "Search.asmx/SimpleSearch?query=%s&token=052bfd06-5ce4-43d6-bf12-89eabefd2338"
|
search = "Search.asmx/SimpleSearch?query=%s&token=052bfd06-5ce4-43d6-bf12-89eabefd2338"
|
||||||
structure = "Chemical-Structure.%s.html"
|
structure = "Chemical-Structure.%s.html"
|
||||||
extendedinfo = "MassSpecAPI.asmx/GetExtendedCompoundInfo?query=%s&token=052bfd06-5ce4-43d6-bf12-89eabefd2338"
|
extendedinfo = "MassSpecAPI.asmx/GetExtendedCompoundInfo?csid=%s&token=052bfd06-5ce4-43d6-bf12-89eabefd2338"
|
||||||
|
|
||||||
ignore_list = []
|
ignore_list = []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user