geeknote icon indicating copy to clipboard operation
geeknote copied to clipboard

correct implementation according to BS

Open ovox opened this issue 9 years ago • 2 comments

correct implementation according to BS, avoids BS warning message being displayed to the user

ovox avatar Aug 06 '15 19:08 ovox

Still cannot silent the warning...

casper-gh avatar May 29 '16 19:05 casper-gh

After making two recommended changes I've seen here, I still get the same warning message:

Recommendation 1: soup = BeautifulSoup(contentENML.decode('utf-8'), 'html.parser')

Recommendation 2: soup = BeautifulSoup(contentENML.decode('utf-8'), 'lxml')

ShaunHoyes avatar Jun 15 '16 19:06 ShaunHoyes