tangled
alpha
login
or
join now
dekker.one
/
Fourmi
0
fork
atom
A web scraper build to search specific information for a given compound (and its pseudonyms)
0
fork
atom
overview
issues
pulls
pipelines
Damn you semicolon!
dekker.one
11 years ago
0c9862d8
f128c543
+1
-1
1 changed file
expand all
collapse all
unified
split
FourmiCrawler
spider.py
+1
-1
FourmiCrawler/spider.py
···
20
20
"""
21
21
super(FourmiSpider, self).__init__(*args, **kwargs)
22
22
self.synonyms.append(compound)
23
23
-
self.selected_attributes = selected_attributes;
23
23
+
self.selected_attributes = selected_attributes
24
24
25
25
def parse(self, response):
26
26
"""