Queens-Hacks/qcumber-scraper

Remove dirty hack

Closed this issue · 1 comments

Fix CISC scraping in a nicer way than doing a find and replace every time the scraper is updated.

This can probably be fixed by using BeautifulSoup's get_text() function which returns all the text under the current context without any markup.

I didn't make an issue for that before? whoops.

Yeah, we need to do that.