search NIST exclusively for phase change data
This commit is contained in:
parent
930eb6cad5
commit
9c80f291b6
@ -8,7 +8,7 @@ from FourmiCrawler.items import Result
|
|||||||
class NIST(Source):
|
class NIST(Source):
|
||||||
website = "http://webbook.nist.gov/*"
|
website = "http://webbook.nist.gov/*"
|
||||||
|
|
||||||
search = 'cgi/cbook.cgi?Name=%s&Units=SI&cTG=on&cTC=on&cTP=on'
|
search = 'cgi/cbook.cgi?Name=%s&Units=SI&cTP=on'
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
Source.__init__(self)
|
Source.__init__(self)
|
||||||
|
Reference in New Issue
Block a user