Injecting configuration and compiling...
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 12, in <module>
root.cssselect("div[MT20.b_12]")
File "/app/.heroku/python/lib/python2.7/site-packages/lxml/html/__init__.py", line 294, in cssselect
return CSSSelector(expr, translator=translator)(self)
File "/app/.heroku/python/lib/python2.7/site-packages/lxml/cssselect.py", line 95, in __init__
path = translator.css_to_xpath(css)
File "/app/.heroku/python/lib/python2.7/site-packages/cssselect/xpath.py", line 192, in css_to_xpath
for selector in parse(css))
File "/app/.heroku/python/lib/python2.7/site-packages/cssselect/parser.py", line 355, in parse
return list(parse_selector_group(stream))
File "/app/.heroku/python/lib/python2.7/site-packages/cssselect/parser.py", line 370, in parse_selector_group
yield Selector(*parse_selector(stream))
File "/app/.heroku/python/lib/python2.7/site-packages/cssselect/parser.py", line 378, in parse_selector
result, pseudo_element = parse_simple_selector(stream)
File "/app/.heroku/python/lib/python2.7/site-packages/cssselect/parser.py", line 437, in parse_simple_selector
result = parse_attrib(result, stream)
File "/app/.heroku/python/lib/python2.7/site-packages/cssselect/parser.py", line 530, in parse_attrib
"Operator expected, got %s" % (next,))
cssselect.parser.SelectorSyntaxError: Operator expected, got <DELIM '.' at 8>