Archived
1
0

fixed ExtendedCompoundInfo url to have csid parameter instead of query

This commit is contained in:
Rob tB 2014-04-16 15:27:10 +02:00
parent 2d314aee6a
commit caf7d3df4e

View File

@ -15,7 +15,7 @@ class ChemSpider(Parser):
search = "Search.asmx/SimpleSearch?query=%s&token=052bfd06-5ce4-43d6-bf12-89eabefd2338"
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 = []