Queens-Hacks / qcumber-scraper

Scrapes SOLUS and generates structured data
3 stars 6 forks source link

Remove dirty hack #18

Closed pR0Ps closed 9 years ago

pR0Ps commented 9 years ago

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.

mystor commented 9 years ago

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

Yeah, we need to do that.