jeffkowalski / geeknote

Console client for Evernote.
GNU General Public License v3.0
393 stars 50 forks source link

3.0 branch: XMLParsedAsHTMLWarning on geeknote show #133

Open vitaly-zdanevich opened 2 years ago

vitaly-zdanevich commented 2 years ago
$ g show sonar
################### URL ###################
NoteLink: https://www.evernote.com/shard/s8/nl/964543/9f3e2870-7164-3053-e1b2-473a151c41a5
WebClientURL: https://www.evernote.com/Home.action?#n=9f3e2870-7164-3053-e1b2-473a151c41a5
################## TITLE ##################
my note name
=================== META ==================
Notebook: mynotebook
Created: 2022-06-22
Updated: 2022-07-04
author: Vitaly Zdanevich
|||||||||||||||| REMINDERS ||||||||||||||||
Order: None
Time: None
Done: None
----------------- CONTENT -----------------
Tags: taga, tagb 
/home/vitaly/.local/lib/python3.9/site-packages/bs4/builder/__init__.py:545: XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML document (maybe it's XHTML?), you can ignore or filter this warning. If it's XML, you should know that using an XML parser will be more reliable. To parse this document as XML, make sure you have the lxml package installed, and pass the keyword argument `features="xml"` into the BeautifulSoup constructor.
  warnings.warn(
my content is here