Hello! I've tried to parse all tables (there are 6) from page - http://www.basketball-reference.com/boxscores/201606190GSW.html . At first, I've decided to test selectors using shell. So, I've used:
*scrapy shell http://www.basketball-reference.com/boxscores/201606190GSW.html* *response.selector.css('table')* And got list with only 4 tables, missing first two of them, "Line Score" and "Four Factors". I cant select this tables by ids too. I've tried this in both py2 and py3 version, also I've imported this page as a text and it was not working either. I suspect the issue is in huge html comments before this tables. Can anyone help me with that, please? PS. I've wanted to clone repo and test it further, but unable to run tox tests with strange error and I've give it up for now. -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to scrapy-users+unsubscr...@googlegroups.com. To post to this group, send email to scrapy-users@googlegroups.com. Visit this group at https://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.