Remove dirty hack
Closed this issue · 1 comments
pR0Ps commented
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
I didn't make an issue for that before? whoops.
Yeah, we need to do that.